Html Css Color HEX #DE8534 Tree Poppy

📋 copy color: '#DE8534'

red 222 ◦ green 133 ◦ blue 52

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

Shades of Tree Poppy #DE8534

Tints of Tree Poppy #DE8534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 54.55%
G = 32.68%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE8534 (or 0xDE8534) is known color: Tree Poppy. HEX triplet: DE, 85 and 34. RGB value is (222,133,52). Sum of RGB (Red+Green+Blue) = 222+133+52=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8534 is #217ACB. Grayscale: #969696. Windows color (decimal): -2194124 or 3442142. OLE color: 3442142.

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

Color convert

RGB 222 133 52 -
CMYK 0 0.40 0.77 0.13
HSL 28.59º 0.72% 0.54% -
HSV(B) 28.59º 0.77% 0.87% -
XYZ 39.13 32.55 7.47 -
YUV 150.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 222 133 52 0 0.40 0.77 0.13 28.59 0.72 0.54
Hex DE 85 34 0 28 4D D 1D 48 36
Octal 336 205 64 0 50 115 15 35 110 66
Binary 11011110 10000101 110100 0 101000 1001101 1101 11101 1001000 110110

Color Harmonies of #DE8534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8534

Black with #DE8534

Text Example


Text Example

White with #DE8534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8534; }

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

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

background-color css

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

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

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

border-color css

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

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

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