Html Css Color HEX #DC7D36 Tree Poppy

📋 copy color: '#DC7D36'

red 220 ◦ green 125 ◦ blue 54

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

Shades of Tree Poppy #DC7D36

Tints of Tree Poppy #DC7D36

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 54 (21.48% from 255) = 13.53%

R = 55.14%
G = 31.33%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7D36 (or 0xDC7D36) is known color: Tree Poppy. HEX triplet: DC, 7D and 36. RGB value is (220,125,54). Sum of RGB (Red+Green+Blue) = 220+125+54=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D36 is #2382C9. Grayscale: #919191. Windows color (decimal): -2327242 or 3571164. OLE color: 3571164.

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

Color convert

RGB 220 125 54 -
CMYK 0 0.43 0.75 0.14
HSL 25.66º 0.7% 0.54% -
HSV(B) 25.66º 0.75% 0.86% -
XYZ 37.51 30.15 7.33 -
YUV 145.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 220 125 54 0 0.43 0.75 0.14 25.66 0.7 0.54
Hex DC 7D 36 0 2B 4B E 1A 46 36
Octal 334 175 66 0 53 113 16 32 106 66
Binary 11011100 1111101 110110 0 101011 1001011 1110 11010 1000110 110110

Color Harmonies of #DC7D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D36

Black with #DC7D36

Text Example


Text Example

White with #DC7D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D36; }

 p { color: rgb(220,125,54); }

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

background-color css

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

 a { background-color: rgb(220,125,54); }

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

border-color css

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

 span { border-color: rgb(220,125,54); }

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