Html Css Color HEX #DC7D3B Tree Poppy

📋 copy color: '#DC7D3B'

red 220 ◦ green 125 ◦ blue 59

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

Shades of Tree Poppy #DC7D3B

Tints of Tree Poppy #DC7D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.6%

R = 54.46%
G = 30.94%
B = 14.6%

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

#DC7D3B (or 0xDC7D3B) is known color: Tree Poppy. HEX triplet: DC, 7D and 3B. RGB value is (220,125,59). Sum of RGB (Red+Green+Blue) = 220+125+59=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D3B is #2382C4. Grayscale: #929292. Windows color (decimal): -2327237 or 3898844. OLE color: 3898844.

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

Color convert

RGB 220 125 59 -
CMYK 0 0.43 0.73 0.14
HSL 24.6º 0.7% 0.55% -
HSV(B) 24.6º 0.73% 0.86% -
XYZ 37.64 30.2 7.98 -
YUV 145.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 220 125 59 0 0.43 0.73 0.14 24.6 0.7 0.55
Hex DC 7D 3B 0 2B 49 E 19 46 37
Octal 334 175 73 0 53 111 16 31 106 67
Binary 11011100 1111101 111011 0 101011 1001001 1110 11001 1000110 110111

Color Harmonies of #DC7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D3B

Black with #DC7D3B

Text Example


Text Example

White with #DC7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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