Html Css Color HEX #DC8033 Tree Poppy

📋 copy color: '#DC8033'

red 220 ◦ green 128 ◦ blue 51

#DC8033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tree Poppy #DC8033

Tints of Tree Poppy #DC8033

RGB

 RED value IS 220 (86.33% from 255) = 55.14%

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 51 (20.31% from 255) = 12.78%

R = 55.14%
G = 32.08%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8033 (or 0xDC8033) is known color: Tree Poppy. HEX triplet: DC, 80 and 33. RGB value is (220,128,51). Sum of RGB (Red+Green+Blue) = 220+128+51=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8033 is #237FCC. Grayscale: #939393. Windows color (decimal): -2326477 or 3375324. OLE color: 3375324.

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

Color convert

RGB 220 128 51 -
CMYK 0 0.42 0.77 0.14
HSL 27.34º 0.71% 0.53% -
HSV(B) 27.34º 0.77% 0.86% -
XYZ 37.83 30.89 7.1 -
YUV 146.73 73.98 180.26 -
System Red Green Blue C M Y K H S L
Decimal 220 128 51 0 0.42 0.77 0.14 27.34 0.71 0.53
Hex DC 80 33 0 2A 4D E 1B 47 35
Octal 334 200 63 0 52 115 16 33 107 65
Binary 11011100 10000000 110011 0 101010 1001101 1110 11011 1000111 110101

Color Harmonies of #DC8033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8033

Black with #DC8033

Text Example


Text Example

White with #DC8033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8033; }

 p { color: rgb(220,128,51); }

 H1.HeaderClassName
 {
   color: #DC8033;
 }
 .AnyTagClassName
 {
   color: #DC8033;
 }
</style>

background-color css

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

 a { background-color: rgb(220,128,51); }

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

border-color css

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

 span { border-color: rgb(220,128,51); }

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