Html Css Color HEX #DE8821 Buttercup

📋 copy color: '#DE8821'

red 222 ◦ green 136 ◦ blue 33

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

Shades of Buttercup #DE8821

Tints of Buttercup #DE8821

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 56.78%
G = 34.78%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE8821 (or 0xDE8821) is known color: Buttercup. HEX triplet: DE, 88 and 21. RGB value is (222,136,33). Sum of RGB (Red+Green+Blue) = 222+136+33=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8821 is #2177DE. Grayscale: #969696. Windows color (decimal): -2193375 or 2197726. OLE color: 2197726.

HSL color Cylindrical-coordinate representation of color #DE8821: hue angle of 32.7º 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 #DE8821 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 33 -
CMYK 0 0.39 0.85 0.13
HSL 32.7º 0.74% 0.5% -
HSV(B) 32.7º 0.85% 0.87% -
XYZ 39.2 33.25 5.79 -
YUV 149.97 61.99 179.38 -
System Red Green Blue C M Y K H S L
Decimal 222 136 33 0 0.39 0.85 0.13 32.7 0.74 0.5
Hex DE 88 21 0 27 55 D 21 4A 32
Octal 336 210 41 0 47 125 15 41 112 62
Binary 11011110 10001000 100001 0 100111 1010101 1101 100001 1001010 110010

Color Harmonies of #DE8821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8821

Black with #DE8821

Text Example


Text Example

White with #DE8821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8821; }

 p { color: rgb(222,136,33); }

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

background-color css

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

 a { background-color: rgb(222,136,33); }

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

border-color css

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

 span { border-color: rgb(222,136,33); }

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