Html Css Color HEX #DE9431 Buttercup

📋 copy color: '#DE9431'

red 222 ◦ green 148 ◦ blue 49

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

Shades of Buttercup #DE9431

Tints of Buttercup #DE9431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 52.98%
G = 35.32%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE9431 (or 0xDE9431) is known color: Buttercup. HEX triplet: DE, 94 and 31. RGB value is (222,148,49). Sum of RGB (Red+Green+Blue) = 222+148+49=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9431 is #216BCE. Grayscale: #9F9F9F. Windows color (decimal): -2190287 or 3249374. OLE color: 3249374.

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

Color convert

RGB 222 148 49 -
CMYK 0 0.33 0.78 0.13
HSL 34.34º 0.72% 0.53% -
HSV(B) 34.34º 0.78% 0.87% -
XYZ 41.27 36.93 7.86 -
YUV 158.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 222 148 49 0 0.33 0.78 0.13 34.34 0.72 0.53
Hex DE 94 31 0 21 4E D 22 48 35
Octal 336 224 61 0 41 116 15 42 110 65
Binary 11011110 10010100 110001 0 100001 1001110 1101 100010 1001000 110101

Color Harmonies of #DE9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9431

Black with #DE9431

Text Example


Text Example

White with #DE9431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9431; }

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

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

background-color css

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

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

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

border-color css

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

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

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