Html Css Color HEX #DE9A32 Buttercup

📋 copy color: '#DE9A32'

red 222 ◦ green 154 ◦ blue 50

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

Shades of Buttercup #DE9A32

Tints of Buttercup #DE9A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

 BLUE value IS 50 (19.92% from 255) = 11.74%

R = 52.11%
G = 36.15%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE9A32 (or 0xDE9A32) is known color: Buttercup. HEX triplet: DE, 9A and 32. RGB value is (222,154,50). Sum of RGB (Red+Green+Blue) = 222+154+50=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9A32 is #2165CD. Grayscale: #A2A2A2. Windows color (decimal): -2188750 or 3316446. OLE color: 3316446.

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

Color convert

RGB 222 154 50 -
CMYK 0 0.31 0.77 0.13
HSL 36.28º 0.72% 0.53% -
HSV(B) 36.28º 0.77% 0.87% -
XYZ 42.26 38.87 8.29 -
YUV 162.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 222 154 50 0 0.31 0.77 0.13 36.28 0.72 0.53
Hex DE 9A 32 0 1F 4D D 24 48 35
Octal 336 232 62 0 37 115 15 44 110 65
Binary 11011110 10011010 110010 0 11111 1001101 1101 100100 1001000 110101

Color Harmonies of #DE9A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A32

Black with #DE9A32

Text Example


Text Example

White with #DE9A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A32; }

 p { color: rgb(222,154,50); }

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

background-color css

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

 a { background-color: rgb(222,154,50); }

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

border-color css

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

 span { border-color: rgb(222,154,50); }

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