Html Css Color HEX #DC8731 Tree Poppy

📋 copy color: '#DC8731'

red 220 ◦ green 135 ◦ blue 49

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

Shades of Tree Poppy #DC8731

Tints of Tree Poppy #DC8731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 49 (19.53% from 255) = 12.13%

R = 54.46%
G = 33.42%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8731 (or 0xDC8731) is known color: Tree Poppy. HEX triplet: DC, 87 and 31. RGB value is (220,135,49). Sum of RGB (Red+Green+Blue) = 220+135+49=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8731 is #2378CE. Grayscale: #979797. Windows color (decimal): -2324687 or 3246044. OLE color: 3246044.

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

Color convert

RGB 220 135 49 -
CMYK 0 0.39 0.78 0.14
HSL 30.18º 0.71% 0.53% -
HSV(B) 30.18º 0.78% 0.86% -
XYZ 38.73 32.77 7.19 -
YUV 150.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 220 135 49 0 0.39 0.78 0.14 30.18 0.71 0.53
Hex DC 87 31 0 27 4E E 1E 47 35
Octal 334 207 61 0 47 116 16 36 107 65
Binary 11011100 10000111 110001 0 100111 1001110 1110 11110 1000111 110101

Color Harmonies of #DC8731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8731

Black with #DC8731

Text Example


Text Example

White with #DC8731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8731; }

 p { color: rgb(220,135,49); }

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

background-color css

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

 a { background-color: rgb(220,135,49); }

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

border-color css

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

 span { border-color: rgb(220,135,49); }

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