Html Css Color HEX #DE9522 Buttercup

📋 copy color: '#DE9522'

red 222 ◦ green 149 ◦ blue 34

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

Shades of Buttercup #DE9522

Tints of Buttercup #DE9522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

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

R = 54.81%
G = 36.79%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE9522 (or 0xDE9522) is known color: Buttercup. HEX triplet: DE, 95 and 22. RGB value is (222,149,34). Sum of RGB (Red+Green+Blue) = 222+149+34=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9522 is #216ADD. Grayscale: #9E9E9E. Windows color (decimal): -2190046 or 2266590. OLE color: 2266590.

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

Color convert

RGB 222 149 34 -
CMYK 0 0.33 0.85 0.13
HSL 36.7º 0.74% 0.5% -
HSV(B) 36.7º 0.85% 0.87% -
XYZ 41.16 37.14 6.51 -
YUV 157.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 222 149 34 0 0.33 0.85 0.13 36.7 0.74 0.5
Hex DE 95 22 0 21 55 D 25 4A 32
Octal 336 225 42 0 41 125 15 45 112 62
Binary 11011110 10010101 100010 0 100001 1010101 1101 100101 1001010 110010

Color Harmonies of #DE9522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9522

Black with #DE9522

Text Example


Text Example

White with #DE9522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9522; }

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

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

background-color css

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

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

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

border-color css

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

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

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