Html Css Color HEX #DE9922 Buttercup

📋 copy color: '#DE9922'

red 222 ◦ green 153 ◦ blue 34

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

Shades of Buttercup #DE9922

Tints of Buttercup #DE9922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

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

R = 54.28%
G = 37.41%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE9922 (or 0xDE9922) is known color: Buttercup. HEX triplet: DE, 99 and 22. RGB value is (222,153,34). Sum of RGB (Red+Green+Blue) = 222+153+34=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9922 is #2166DD. Grayscale: #A0A0A0. Windows color (decimal): -2189022 or 2267614. OLE color: 2267614.

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

Color convert

RGB 222 153 34 -
CMYK 0 0.31 0.85 0.13
HSL 37.98º 0.74% 0.5% -
HSV(B) 37.98º 0.85% 0.87% -
XYZ 41.8 38.43 6.73 -
YUV 160.07 56.86 172.18 -
System Red Green Blue C M Y K H S L
Decimal 222 153 34 0 0.31 0.85 0.13 37.98 0.74 0.5
Hex DE 99 22 0 1F 55 D 26 4A 32
Octal 336 231 42 0 37 125 15 46 112 62
Binary 11011110 10011001 100010 0 11111 1010101 1101 100110 1001010 110010

Color Harmonies of #DE9922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9922

Black with #DE9922

Text Example


Text Example

White with #DE9922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9922; }

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

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

background-color css

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

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

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

border-color css

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

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

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