#DE9935

Color #DE9935 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DE9935

Tints of Buttercup #DE9935

Color information

#DE9935 (or 0xDE9935) is unknown color: approx Buttercup. HEX triplet: DE, 99 and 35. RGB value is (222,153,53). Sum of RGB (Red+Green+Blue) = 222+153+53=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9935 is #2166CA. Grayscale: #A2A2A2. Windows color (decimal): -2189003 or 3512798. OLE color: 3512798.

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

Color convert

RGB22215353-
CMYK00.310.760.13
HSL35.5º71.91%53.92%-
HSV(B)35.5º76.13%87.06%-
XYZ42.1638.578.59-
YUV162.2366.36170.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.87%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 53 (21.09% from 255) = 12.38%
R=51.87%
G=35.75%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221535300.310.760.1335.571.9153.92
HexDE993501F4CD244836
Octal33623165037114154411066
Binary1101111010011001110101011111100110011011001001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9935; }

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

 H1.HeaderClassName
 {
   color: #DE9935;
 }
 .AnyTagClassName
 {
   color: #DE9935;
 }
</style>
background-color css

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

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

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

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

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

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