Html Css Color HEX #DE8E22 Buttercup

📋 copy color: '#DE8E22'

red 222 ◦ green 142 ◦ blue 34

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

Shades of Buttercup #DE8E22

Tints of Buttercup #DE8E22

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 34 (13.67% from 255) = 8.54%

R = 55.78%
G = 35.68%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE8E22 (or 0xDE8E22) is known color: Buttercup. HEX triplet: DE, 8E and 22. RGB value is (222,142,34). Sum of RGB (Red+Green+Blue) = 222+142+34=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8E22 is #2171DD. Grayscale: #9A9A9A. Windows color (decimal): -2191838 or 2264798. OLE color: 2264798.

HSL color Cylindrical-coordinate representation of color #DE8E22: hue angle of 34.47º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE8E22 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 142 34 -
CMYK 0 0.36 0.85 0.13
HSL 34.47º 0.74% 0.5% -
HSV(B) 34.47º 0.85% 0.87% -
XYZ 40.09 34.99 6.15 -
YUV 153.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 222 142 34 0 0.36 0.85 0.13 34.47 0.74 0.5
Hex DE 8E 22 0 24 55 D 22 4A 32
Octal 336 216 42 0 44 125 15 42 112 62
Binary 11011110 10001110 100010 0 100100 1010101 1101 100010 1001010 110010

Color Harmonies of #DE8E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E22

Black with #DE8E22

Text Example


Text Example

White with #DE8E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E22; }

 p { color: rgb(222,142,34); }

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

background-color css

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

 a { background-color: rgb(222,142,34); }

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

border-color css

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

 span { border-color: rgb(222,142,34); }

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