Html Css Color HEX #DE8030 Tree Poppy

📋 copy color: '#DE8030'

red 222 ◦ green 128 ◦ blue 48

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

Shades of Tree Poppy #DE8030

Tints of Tree Poppy #DE8030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 55.78%
G = 32.16%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE8030 (or 0xDE8030) is known color: Tree Poppy. HEX triplet: DE, 80 and 30. RGB value is (222,128,48). Sum of RGB (Red+Green+Blue) = 222+128+48=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8030 is #217FCF. Grayscale: #939393. Windows color (decimal): -2195408 or 3178718. OLE color: 3178718.

HSL color Cylindrical-coordinate representation of color #DE8030: hue angle of 27.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE8030 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 128 48 -
CMYK 0 0.42 0.78 0.13
HSL 27.59º 0.73% 0.53% -
HSV(B) 27.59º 0.78% 0.87% -
XYZ 38.38 31.18 6.79 -
YUV 146.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 222 128 48 0 0.42 0.78 0.13 27.59 0.73 0.53
Hex DE 80 30 0 2A 4E D 1C 48 35
Octal 336 200 60 0 52 116 15 34 110 65
Binary 11011110 10000000 110000 0 101010 1001110 1101 11100 1001000 110101

Color Harmonies of #DE8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8030

Black with #DE8030

Text Example


Text Example

White with #DE8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8030; }

 p { color: rgb(222,128,48); }

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

background-color css

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

 a { background-color: rgb(222,128,48); }

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

border-color css

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

 span { border-color: rgb(222,128,48); }

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