Html Css Color HEX #DC7F3C Tree Poppy

📋 copy color: '#DC7F3C'

red 220 ◦ green 127 ◦ blue 60

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

Shades of Tree Poppy #DC7F3C

Tints of Tree Poppy #DC7F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 54.05%
G = 31.2%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC7F3C (or 0xDC7F3C) is known color: Tree Poppy. HEX triplet: DC, 7F and 3C. RGB value is (220,127,60). Sum of RGB (Red+Green+Blue) = 220+127+60=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F3C is #2380C3. Grayscale: #939393. Windows color (decimal): -2326724 or 3964892. OLE color: 3964892.

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

Color convert

RGB 220 127 60 -
CMYK 0 0.42 0.73 0.14
HSL 25.13º 0.7% 0.55% -
HSV(B) 25.13º 0.73% 0.86% -
XYZ 37.92 30.72 8.21 -
YUV 147.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 220 127 60 0 0.42 0.73 0.14 25.13 0.7 0.55
Hex DC 7F 3C 0 2A 49 E 19 46 37
Octal 334 177 74 0 52 111 16 31 106 67
Binary 11011100 1111111 111100 0 101010 1001001 1110 11001 1000110 110111

Color Harmonies of #DC7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F3C

Black with #DC7F3C

Text Example


Text Example

White with #DC7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F3C; }

 p { color: rgb(220,127,60); }

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

background-color css

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

 a { background-color: rgb(220,127,60); }

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

border-color css

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

 span { border-color: rgb(220,127,60); }

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