Html Css Color HEX #DC8131 Tree Poppy

📋 copy color: '#DC8131'

red 220 ◦ green 129 ◦ blue 49

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

Shades of Tree Poppy #DC8131

Tints of Tree Poppy #DC8131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

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

R = 55.28%
G = 32.41%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8131 (or 0xDC8131) is known color: Tree Poppy. HEX triplet: DC, 81 and 31. RGB value is (220,129,49). Sum of RGB (Red+Green+Blue) = 220+129+49=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8131 is #237ECE. Grayscale: #939393. Windows color (decimal): -2326223 or 3244508. OLE color: 3244508.

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

Color convert

RGB 220 129 49 -
CMYK 0 0.41 0.78 0.14
HSL 28.07º 0.71% 0.53% -
HSV(B) 28.07º 0.78% 0.86% -
XYZ 37.92 31.14 6.92 -
YUV 147.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 220 129 49 0 0.41 0.78 0.14 28.07 0.71 0.53
Hex DC 81 31 0 29 4E E 1C 47 35
Octal 334 201 61 0 51 116 16 34 107 65
Binary 11011100 10000001 110001 0 101001 1001110 1110 11100 1000111 110101

Color Harmonies of #DC8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8131

Black with #DC8131

Text Example


Text Example

White with #DC8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8131; }

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

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

background-color css

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

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

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

border-color css

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

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

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