Html Css Color HEX #DC7835 Tree Poppy

📋 copy color: '#DC7835'

red 220 ◦ green 120 ◦ blue 53

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

Shades of Tree Poppy #DC7835

Tints of Tree Poppy #DC7835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

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

R = 55.98%
G = 30.53%
B = 13.49%

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

#DC7835 (or 0xDC7835) is known color: Tree Poppy. HEX triplet: DC, 78 and 35. RGB value is (220,120,53). Sum of RGB (Red+Green+Blue) = 220+120+53=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7835 is #2387CA. Grayscale: #8E8E8E. Windows color (decimal): -2328523 or 3504348. OLE color: 3504348.

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

Color convert

RGB 220 120 53 -
CMYK 0 0.45 0.76 0.14
HSL 24.07º 0.7% 0.54% -
HSV(B) 24.07º 0.76% 0.86% -
XYZ 36.87 28.91 7 -
YUV 142.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 220 120 53 0 0.45 0.76 0.14 24.07 0.7 0.54
Hex DC 78 35 0 2D 4C E 18 46 36
Octal 334 170 65 0 55 114 16 30 106 66
Binary 11011100 1111000 110101 0 101101 1001100 1110 11000 1000110 110110

Color Harmonies of #DC7835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7835

Black with #DC7835

Text Example


Text Example

White with #DC7835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7835; }

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

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

background-color css

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

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

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

border-color css

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

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

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