Html Css Color HEX #DE992F Buttercup

📋 copy color: '#DE992F'

red 222 ◦ green 153 ◦ blue 47

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

Shades of Buttercup #DE992F

Tints of Buttercup #DE992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 52.61%
G = 36.26%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE992F (or 0xDE992F) is known color: Buttercup. HEX triplet: DE, 99 and 2F. RGB value is (222,153,47). Sum of RGB (Red+Green+Blue) = 222+153+47=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE992F is #2166D0. Grayscale: #A2A2A2. Windows color (decimal): -2189009 or 3119582. OLE color: 3119582.

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

Color convert

RGB 222 153 47 -
CMYK 0 0.31 0.79 0.13
HSL 36.34º 0.73% 0.53% -
HSV(B) 36.34º 0.79% 0.87% -
XYZ 42.03 38.52 7.91 -
YUV 161.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 222 153 47 0 0.31 0.79 0.13 36.34 0.73 0.53
Hex DE 99 2F 0 1F 4F D 24 49 35
Octal 336 231 57 0 37 117 15 44 111 65
Binary 11011110 10011001 101111 0 11111 1001111 1101 100100 1001001 110101

Color Harmonies of #DE992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE992F

Black with #DE992F

Text Example


Text Example

White with #DE992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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