Html Css Color HEX #DE8535 Tree Poppy

📋 copy color: '#DE8535'

red 222 ◦ green 133 ◦ blue 53

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

Shades of Tree Poppy #DE8535

Tints of Tree Poppy #DE8535

RGB

 RED value IS 222 (87.11% from 255) = 54.41%

 GREEN value IS 133 (52.34% from 255) = 32.6%

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

R = 54.41%
G = 32.6%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE8535 (or 0xDE8535) is known color: Tree Poppy. HEX triplet: DE, 85 and 35. RGB value is (222,133,53). Sum of RGB (Red+Green+Blue) = 222+133+53=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8535 is #217ACA. Grayscale: #969696. Windows color (decimal): -2194123 or 3507678. OLE color: 3507678.

HSL color Cylindrical-coordinate representation of color #DE8535: hue angle of 28.4º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE8535 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 53 -
CMYK 0 0.40 0.76 0.13
HSL 28.4º 0.72% 0.54% -
HSV(B) 28.4º 0.76% 0.87% -
XYZ 39.15 32.56 7.59 -
YUV 150.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 222 133 53 0 0.40 0.76 0.13 28.4 0.72 0.54
Hex DE 85 35 0 28 4C D 1C 48 36
Octal 336 205 65 0 50 114 15 34 110 66
Binary 11011110 10000101 110101 0 101000 1001100 1101 11100 1001000 110110

Color Harmonies of #DE8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8535

Black with #DE8535

Text Example


Text Example

White with #DE8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8535; }

 p { color: rgb(222,133,53); }

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

background-color css

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

 a { background-color: rgb(222,133,53); }

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

border-color css

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

 span { border-color: rgb(222,133,53); }

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