#dc9333

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

Shades of Buttercup #DC9333

Tints of Buttercup #DC9333

Color information

#DC9333 (or 0xDC9333) is unknown color: approx Buttercup. HEX triplet: DC, 93 and 33. RGB value is (220,147,51). Sum of RGB (Red+Green+Blue) = 220+147+51=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9333 is #236CCC. Grayscale: #9E9E9E. Windows color (decimal): -2321613 or 3380188. OLE color: 3380188.

HSL color Cylindrical-coordinate representation of color #DC9333: hue angle of 34.08º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC9333 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22014751-
CMYK00.330.770.14
HSL34.08º70.71%53.14%-
HSV(B)34.08º76.82%86.27%-
XYZ40.5536.328.01-
YUV157.8867.68172.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.63%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=52.63%
G=35.17%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201475100.330.770.1434.0870.7153.14
HexDC93330214DE224735
Octal33422363041115164210765
Binary11011100100100111100110100001100110111101000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9333; }

 p { color: rgb(220,147,51); }

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

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

 a { background-color: rgb(220,147,51); }

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

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

 span { border-color: rgb(220,147,51); }

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