Html Css Color HEX #DE8231 Tree Poppy

📋 copy color: '#DE8231'

red 222 ◦ green 130 ◦ blue 49

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

Shades of Tree Poppy #DE8231

Tints of Tree Poppy #DE8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 55.36%
G = 32.42%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE8231 (or 0xDE8231) is known color: Tree Poppy. HEX triplet: DE, 82 and 31. RGB value is (222,130,49). Sum of RGB (Red+Green+Blue) = 222+130+49=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8231 is #217DCE. Grayscale: #949494. Windows color (decimal): -2194895 or 3244766. OLE color: 3244766.

HSL color Cylindrical-coordinate representation of color #DE8231: hue angle of 28.09º degrees, saturation: 0.72, 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 #DE8231 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 130 49 -
CMYK 0 0.41 0.78 0.13
HSL 28.09º 0.72% 0.53% -
HSV(B) 28.09º 0.78% 0.87% -
XYZ 38.66 31.72 6.99 -
YUV 148.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 222 130 49 0 0.41 0.78 0.13 28.09 0.72 0.53
Hex DE 82 31 0 29 4E D 1C 48 35
Octal 336 202 61 0 51 116 15 34 110 65
Binary 11011110 10000010 110001 0 101001 1001110 1101 11100 1001000 110101

Color Harmonies of #DE8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8231

Black with #DE8231

Text Example


Text Example

White with #DE8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8231; }

 p { color: rgb(222,130,49); }

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

background-color css

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

 a { background-color: rgb(222,130,49); }

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

border-color css

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

 span { border-color: rgb(222,130,49); }

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