Html Css Color HEX #DC8135 Tree Poppy

📋 copy color: '#DC8135'

red 220 ◦ green 129 ◦ blue 53

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

Shades of Tree Poppy #DC8135

Tints of Tree Poppy #DC8135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.18%

R = 54.73%
G = 32.09%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC8135 (or 0xDC8135) is known color: Tree Poppy. HEX triplet: DC, 81 and 35. RGB value is (220,129,53). Sum of RGB (Red+Green+Blue) = 220+129+53=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8135 is #237ECA. Grayscale: #939393. Windows color (decimal): -2326219 or 3506652. OLE color: 3506652.

HSL color Cylindrical-coordinate representation of color #DC8135: hue angle of 27.31º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC8135 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 53 -
CMYK 0 0.41 0.76 0.14
HSL 27.31º 0.7% 0.54% -
HSV(B) 27.31º 0.76% 0.86% -
XYZ 38.01 31.17 7.38 -
YUV 147.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 220 129 53 0 0.41 0.76 0.14 27.31 0.7 0.54
Hex DC 81 35 0 29 4C E 1B 46 36
Octal 334 201 65 0 51 114 16 33 106 66
Binary 11011100 10000001 110101 0 101001 1001100 1110 11011 1000110 110110

Color Harmonies of #DC8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8135

Black with #DC8135

Text Example


Text Example

White with #DC8135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8135; }

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

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

background-color css

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

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

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

border-color css

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

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

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