Html Css Color HEX #DE9231 Buttercup

📋 copy color: '#DE9231'

red 222 ◦ green 146 ◦ blue 49

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

Shades of Buttercup #DE9231

Tints of Buttercup #DE9231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 53.24%
G = 35.01%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE9231 (or 0xDE9231) is known color: Buttercup. HEX triplet: DE, 92 and 31. RGB value is (222,146,49). Sum of RGB (Red+Green+Blue) = 222+146+49=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9231 is #216DCE. Grayscale: #9E9E9E. Windows color (decimal): -2190799 or 3248862. OLE color: 3248862.

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

Color convert

RGB 222 146 49 -
CMYK 0 0.34 0.78 0.13
HSL 33.64º 0.72% 0.53% -
HSV(B) 33.64º 0.78% 0.87% -
XYZ 40.96 36.31 7.76 -
YUV 157.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 222 146 49 0 0.34 0.78 0.13 33.64 0.72 0.53
Hex DE 92 31 0 22 4E D 22 48 35
Octal 336 222 61 0 42 116 15 42 110 65
Binary 11011110 10010010 110001 0 100010 1001110 1101 100010 1001000 110101

Color Harmonies of #DE9231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9231

Black with #DE9231

Text Example


Text Example

White with #DE9231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9231; }

 p { color: rgb(222,146,49); }

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

background-color css

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

 a { background-color: rgb(222,146,49); }

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

border-color css

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

 span { border-color: rgb(222,146,49); }

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