#DC9C34

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

Shades of Buttercup #DC9C34

Tints of Buttercup #DC9C34

Color information

#DC9C34 (or 0xDC9C34) is unknown color: approx Buttercup. HEX triplet: DC, 9C and 34. RGB value is (220,156,52). Sum of RGB (Red+Green+Blue) = 220+156+52=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C34 is #2363CB. Grayscale: #A3A3A3. Windows color (decimal): -2319308 or 3448028. OLE color: 3448028.

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

Color convert

RGB22015652-
CMYK00.290.760.14
HSL37.14º70.59%53.33%-
HSV(B)37.14º76.36%86.27%-
XYZ42.0239.248.61-
YUV163.2865.2168.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 52 (20.70% from 255) = 12.15%
R=51.40%
G=36.45%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201565200.290.760.1437.1470.5953.33
HexDC9C3401D4CE254735
Octal33423464035114164510765
Binary1101110010011100110100011101100110011101001011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C34; }

 p { color: rgb(220,156,52); }

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

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

 a { background-color: rgb(220,156,52); }

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

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

 span { border-color: rgb(220,156,52); }

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