Html Css Color HEX #DE8822 Buttercup

📋 copy color: '#DE8822'

red 222 ◦ green 136 ◦ blue 34

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

Shades of Buttercup #DE8822

Tints of Buttercup #DE8822

RGB

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

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

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

R = 56.63%
G = 34.69%
B = 8.67%

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

#DE8822 (or 0xDE8822) is known color: Buttercup. HEX triplet: DE, 88 and 22. RGB value is (222,136,34). Sum of RGB (Red+Green+Blue) = 222+136+34=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8822 is #2177DD. Grayscale: #969696. Windows color (decimal): -2193374 or 2263262. OLE color: 2263262.

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

Color convert

RGB 222 136 34 -
CMYK 0 0.39 0.85 0.13
HSL 32.55º 0.74% 0.5% -
HSV(B) 32.55º 0.85% 0.87% -
XYZ 39.22 33.25 5.86 -
YUV 150.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 222 136 34 0 0.39 0.85 0.13 32.55 0.74 0.5
Hex DE 88 22 0 27 55 D 21 4A 32
Octal 336 210 42 0 47 125 15 41 112 62
Binary 11011110 10001000 100010 0 100111 1010101 1101 100001 1001010 110010

Color Harmonies of #DE8822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8822

Black with #DE8822

Text Example


Text Example

White with #DE8822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8822; }

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

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

background-color css

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

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

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

border-color css

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

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

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