#C59934

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

Shades of Hokey Pokey #C59934

Tints of Hokey Pokey #C59934

Color information

#C59934 (or 0xC59934) is unknown color: approx Hokey Pokey. HEX triplet: C5, 99 and 34. RGB value is (197,153,52). Sum of RGB (Red+Green+Blue) = 197+153+52=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C59934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59934 is #3A66CB. Grayscale: #9B9B9B. Windows color (decimal): -3827404 or 3447237. OLE color: 3447237.

HSL color Cylindrical-coordinate representation of color #C59934: hue angle of 41.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C59934 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19715352-
CMYK00.220.740.23
HSL41.79º58.23%48.82%-
HSV(B)41.79º73.6%77.25%-
XYZ35.0434.98.14-
YUV154.6470.08158.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=49.00%
G=38.06%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971535200.220.740.2341.7958.2348.82
HexC599340164A172a3a31
Octal3052316402611227527261
Binary1100010110011001110100010110100101010111101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59934; }

 p { color: rgb(197,153,52); }

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

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

 a { background-color: rgb(197,153,52); }

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

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

 span { border-color: rgb(197,153,52); }

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