Html Css Color HEX #DC8935 Tree Poppy

📋 copy color: '#DC8935'

red 220 ◦ green 137 ◦ blue 53

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

Shades of Tree Poppy #DC8935

Tints of Tree Poppy #DC8935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 53.66%
G = 33.41%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC8935 (or 0xDC8935) is known color: Tree Poppy. HEX triplet: DC, 89 and 35. RGB value is (220,137,53). Sum of RGB (Red+Green+Blue) = 220+137+53=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8935 is #2376CA. Grayscale: #989898. Windows color (decimal): -2324171 or 3508700. OLE color: 3508700.

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

Color convert

RGB 220 137 53 -
CMYK 0 0.38 0.76 0.14
HSL 30.18º 0.7% 0.54% -
HSV(B) 30.18º 0.76% 0.86% -
XYZ 39.1 33.36 7.75 -
YUV 152.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 220 137 53 0 0.38 0.76 0.14 30.18 0.7 0.54
Hex DC 89 35 0 26 4C E 1E 46 36
Octal 334 211 65 0 46 114 16 36 106 66
Binary 11011100 10001001 110101 0 100110 1001100 1110 11110 1000110 110110

Color Harmonies of #DC8935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8935

Black with #DC8935

Text Example


Text Example

White with #DC8935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8935; }

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

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

background-color css

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

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

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

border-color css

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

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

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