#DC8B3F

Color #DC8B3F Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DC8B3F

Tints of Tree Poppy #DC8B3F

Color information

#DC8B3F (or 0xDC8B3F) is unknown color: approx Tree Poppy. HEX triplet: DC, 8B and 3F. RGB value is (220,139,63). Sum of RGB (Red+Green+Blue) = 220+139+63=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B3F is #2374C0. Grayscale: #9A9A9A. Windows color (decimal): -2323649 or 4164572. OLE color: 4164572.

HSL color Cylindrical-coordinate representation of color #DC8B3F: hue angle of 29.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC8B3F is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB22013963-
CMYK00.370.710.14
HSL29.04º69.16%55.49%-
HSV(B)29.04º71.36%86.27%-
XYZ39.6534.049.18-
YUV154.5576.34174.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 63 (25% from 255) = 14.93%
R=52.13%
G=32.94%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201396300.370.710.1429.0469.1655.49
HexDC8B3F02547E1d4537
Octal33421377045107163510567
Binary1101110010001011111111010010110001111110111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8B3F; }

 p { color: rgb(220,139,63); }

 H1.HeaderClassName
 {
   color: #DC8B3F;
 }
 .AnyTagClassName
 {
   color: #DC8B3F;
 }
</style>
background-color css

<style>
 a { background-color: #DC8B3F; }

 a { background-color: rgb(220,139,63); }

 div.DivClassName
 {
   background-color: #DC8B3F;
 }
 .BgClassName
 {
   background-color: #DC8B3F;
 }
</style>
border-color css

<style>
 span { border-color: #DC8B3F; }

 span { border-color: rgb(220,139,63); }

 td.TdClassName
 {
   border-color: #DC8B3F;
 }
 .TagClassName
 {
   border-color: #DC8B3F;
 }
</style>