Html Css Color HEX #DE9632 Buttercup

📋 copy color: '#DE9632'

red 222 ◦ green 150 ◦ blue 50

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

Shades of Buttercup #DE9632

Tints of Buttercup #DE9632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

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

R = 52.61%
G = 35.55%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE9632 (or 0xDE9632) is known color: Buttercup. HEX triplet: DE, 96 and 32. RGB value is (222,150,50). Sum of RGB (Red+Green+Blue) = 222+150+50=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9632 is #2169CD. Grayscale: #A0A0A0. Windows color (decimal): -2189774 or 3315422. OLE color: 3315422.

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

Color convert

RGB 222 150 50 -
CMYK 0 0.32 0.77 0.13
HSL 34.88º 0.72% 0.53% -
HSV(B) 34.88º 0.77% 0.87% -
XYZ 41.61 37.57 8.08 -
YUV 160.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 222 150 50 0 0.32 0.77 0.13 34.88 0.72 0.53
Hex DE 96 32 0 20 4D D 23 48 35
Octal 336 226 62 0 40 115 15 43 110 65
Binary 11011110 10010110 110010 0 100000 1001101 1101 100011 1001000 110101

Color Harmonies of #DE9632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9632

Black with #DE9632

Text Example


Text Example

White with #DE9632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9632; }

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

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

background-color css

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

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

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

border-color css

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

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

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