Html Css Color HEX #DC7D3C Tree Poppy

📋 copy color: '#DC7D3C'

red 220 ◦ green 125 ◦ blue 60

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

Shades of Tree Poppy #DC7D3C

Tints of Tree Poppy #DC7D3C

RGB

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

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

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

R = 54.32%
G = 30.86%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC7D3C (or 0xDC7D3C) is known color: Tree Poppy. HEX triplet: DC, 7D and 3C. RGB value is (220,125,60). Sum of RGB (Red+Green+Blue) = 220+125+60=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D3C is #2382C3. Grayscale: #929292. Windows color (decimal): -2327236 or 3964380. OLE color: 3964380.

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

Color convert

RGB 220 125 60 -
CMYK 0 0.43 0.73 0.14
HSL 24.38º 0.7% 0.55% -
HSV(B) 24.38º 0.73% 0.86% -
XYZ 37.66 30.21 8.12 -
YUV 146 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 220 125 60 0 0.43 0.73 0.14 24.38 0.7 0.55
Hex DC 7D 3C 0 2B 49 E 18 46 37
Octal 334 175 74 0 53 111 16 30 106 67
Binary 11011100 1111101 111100 0 101011 1001001 1110 11000 1000110 110111

Color Harmonies of #DC7D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D3C

Black with #DC7D3C

Text Example


Text Example

White with #DC7D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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