Html Css Color HEX #DC8335 Tree Poppy

📋 copy color: '#DC8335'

red 220 ◦ green 131 ◦ blue 53

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

Shades of Tree Poppy #DC8335

Tints of Tree Poppy #DC8335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 54.46%
G = 32.43%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC8335 (or 0xDC8335) is known color: Tree Poppy. HEX triplet: DC, 83 and 35. RGB value is (220,131,53). Sum of RGB (Red+Green+Blue) = 220+131+53=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8335 is #237CCA. Grayscale: #959595. Windows color (decimal): -2325707 or 3507164. OLE color: 3507164.

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

Color convert

RGB 220 131 53 -
CMYK 0 0.40 0.76 0.14
HSL 28.02º 0.7% 0.54% -
HSV(B) 28.02º 0.76% 0.86% -
XYZ 38.27 31.71 7.47 -
YUV 148.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 220 131 53 0 0.40 0.76 0.14 28.02 0.7 0.54
Hex DC 83 35 0 28 4C E 1C 46 36
Octal 334 203 65 0 50 114 16 34 106 66
Binary 11011100 10000011 110101 0 101000 1001100 1110 11100 1000110 110110

Color Harmonies of #DC8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8335

Black with #DC8335

Text Example


Text Example

White with #DC8335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8335; }

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

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

background-color css

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

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

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

border-color css

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

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

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