Html Css Color HEX #DC7F35 Tree Poppy

📋 copy color: '#DC7F35'

red 220 ◦ green 127 ◦ blue 53

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

Shades of Tree Poppy #DC7F35

Tints of Tree Poppy #DC7F35

RGB

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

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

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

R = 55%
G = 31.75%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC7F35 (or 0xDC7F35) is known color: Tree Poppy. HEX triplet: DC, 7F and 35. RGB value is (220,127,53). Sum of RGB (Red+Green+Blue) = 220+127+53=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F35 is #2380CA. Grayscale: #929292. Windows color (decimal): -2326731 or 3506140. OLE color: 3506140.

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

Color convert

RGB 220 127 53 -
CMYK 0 0.42 0.76 0.14
HSL 26.59º 0.7% 0.54% -
HSV(B) 26.59º 0.76% 0.86% -
XYZ 37.75 30.65 7.29 -
YUV 146.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 220 127 53 0 0.42 0.76 0.14 26.59 0.7 0.54
Hex DC 7F 35 0 2A 4C E 1B 46 36
Octal 334 177 65 0 52 114 16 33 106 66
Binary 11011100 1111111 110101 0 101010 1001100 1110 11011 1000110 110110

Color Harmonies of #DC7F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F35

Black with #DC7F35

Text Example


Text Example

White with #DC7F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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