Html Css Color HEX #DE8E28 Buttercup

📋 copy color: '#DE8E28'

red 222 ◦ green 142 ◦ blue 40

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

Shades of Buttercup #DE8E28

Tints of Buttercup #DE8E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.9%

R = 54.95%
G = 35.15%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE8E28 (or 0xDE8E28) is known color: Buttercup. HEX triplet: DE, 8E and 28. RGB value is (222,142,40). Sum of RGB (Red+Green+Blue) = 222+142+40=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8E28 is #2171D7. Grayscale: #9A9A9A. Windows color (decimal): -2191832 or 2658014. OLE color: 2658014.

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

Color convert

RGB 222 142 40 -
CMYK 0 0.36 0.82 0.13
HSL 33.63º 0.73% 0.51% -
HSV(B) 33.63º 0.82% 0.87% -
XYZ 40.18 35.03 6.65 -
YUV 154.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 222 142 40 0 0.36 0.82 0.13 33.63 0.73 0.51
Hex DE 8E 28 0 24 52 D 22 49 33
Octal 336 216 50 0 44 122 15 42 111 63
Binary 11011110 10001110 101000 0 100100 1010010 1101 100010 1001001 110011

Color Harmonies of #DE8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E28

Black with #DE8E28

Text Example


Text Example

White with #DE8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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