Html Css Color HEX #DC8433 Tree Poppy

📋 copy color: '#DC8433'

red 220 ◦ green 132 ◦ blue 51

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

Shades of Tree Poppy #DC8433

Tints of Tree Poppy #DC8433

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 54.59%
G = 32.75%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8433 (or 0xDC8433) is known color: Tree Poppy. HEX triplet: DC, 84 and 33. RGB value is (220,132,51). Sum of RGB (Red+Green+Blue) = 220+132+51=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8433 is #237BCC. Grayscale: #959595. Windows color (decimal): -2325453 or 3376348. OLE color: 3376348.

HSL color Cylindrical-coordinate representation of color #DC8433: hue angle of 28.76º 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 #DC8433 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 51 -
CMYK 0 0.40 0.77 0.14
HSL 28.76º 0.71% 0.53% -
HSV(B) 28.76º 0.77% 0.86% -
XYZ 38.36 31.96 7.28 -
YUV 149.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 220 132 51 0 0.40 0.77 0.14 28.76 0.71 0.53
Hex DC 84 33 0 28 4D E 1D 47 35
Octal 334 204 63 0 50 115 16 35 107 65
Binary 11011100 10000100 110011 0 101000 1001101 1110 11101 1000111 110101

Color Harmonies of #DC8433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8433

Black with #DC8433

Text Example


Text Example

White with #DC8433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8433; }

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

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

background-color css

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

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

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

border-color css

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

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

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