Html Css Color HEX #DC7A37 Tree Poppy

📋 copy color: '#DC7A37'

red 220 ◦ green 122 ◦ blue 55

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

Shades of Tree Poppy #DC7A37

Tints of Tree Poppy #DC7A37

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

 BLUE value IS 55 (21.88% from 255) = 13.85%

R = 55.42%
G = 30.73%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7A37 (or 0xDC7A37) is known color: Tree Poppy. HEX triplet: DC, 7A and 37. RGB value is (220,122,55). Sum of RGB (Red+Green+Blue) = 220+122+55=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A37 is #2385C8. Grayscale: #909090. Windows color (decimal): -2328009 or 3635932. OLE color: 3635932.

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

Color convert

RGB 220 122 55 -
CMYK 0 0.45 0.75 0.14
HSL 24.36º 0.7% 0.54% -
HSV(B) 24.36º 0.75% 0.86% -
XYZ 37.16 29.41 7.33 -
YUV 143.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 220 122 55 0 0.45 0.75 0.14 24.36 0.7 0.54
Hex DC 7A 37 0 2D 4B E 18 46 36
Octal 334 172 67 0 55 113 16 30 106 66
Binary 11011100 1111010 110111 0 101101 1001011 1110 11000 1000110 110110

Color Harmonies of #DC7A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A37

Black with #DC7A37

Text Example


Text Example

White with #DC7A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A37; }

 p { color: rgb(220,122,55); }

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

background-color css

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

 a { background-color: rgb(220,122,55); }

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

border-color css

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

 span { border-color: rgb(220,122,55); }

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