#C59D38

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

Shades of Hokey Pokey #C59D38

Tints of Hokey Pokey #C59D38

Color information

#C59D38 (or 0xC59D38) is unknown color: approx Hokey Pokey. HEX triplet: C5, 9D and 38. RGB value is (197,157,56). Sum of RGB (Red+Green+Blue) = 197+157+56=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59D38 is #3A62C7. Grayscale: #9D9D9D. Windows color (decimal): -3826376 or 3710405. OLE color: 3710405.

HSL color Cylindrical-coordinate representation of color #C59D38: hue angle of 42.98º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C59D38 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19715756-
CMYK00.200.720.23
HSL42.98º55.73%49.61%-
HSV(B)42.98º71.57%77.25%-
XYZ35.836.278.86-
YUV157.4570.75156.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 56 (22.27% from 255) = 13.66%
R=48.05%
G=38.29%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971575600.200.720.2342.9855.7349.61
HexC59D3801448172b3832
Octal3052357002411027537062
Binary1100010110011101111000010100100100010111101011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59D38; }

 p { color: rgb(197,157,56); }

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

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

 a { background-color: rgb(197,157,56); }

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

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

 span { border-color: rgb(197,157,56); }

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