Html Css Color HEX #DC7935 Tree Poppy

📋 copy color: '#DC7935'

red 220 ◦ green 121 ◦ blue 53

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

Shades of Tree Poppy #DC7935

Tints of Tree Poppy #DC7935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 55.84%
G = 30.71%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC7935 (or 0xDC7935) is known color: Tree Poppy. HEX triplet: DC, 79 and 35. RGB value is (220,121,53). Sum of RGB (Red+Green+Blue) = 220+121+53=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7935 is #2386CA. Grayscale: #8F8F8F. Windows color (decimal): -2328267 or 3504604. OLE color: 3504604.

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

Color convert

RGB 220 121 53 -
CMYK 0 0.45 0.76 0.14
HSL 24.43º 0.7% 0.54% -
HSV(B) 24.43º 0.76% 0.86% -
XYZ 37 29.15 7.04 -
YUV 142.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 220 121 53 0 0.45 0.76 0.14 24.43 0.7 0.54
Hex DC 79 35 0 2D 4C E 18 46 36
Octal 334 171 65 0 55 114 16 30 106 66
Binary 11011100 1111001 110101 0 101101 1001100 1110 11000 1000110 110110

Color Harmonies of #DC7935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7935

Black with #DC7935

Text Example


Text Example

White with #DC7935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7935; }

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

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

background-color css

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

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

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

border-color css

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

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

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