#C3B64D

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

Shades of Sundance #C3B64D

Tints of Sundance #C3B64D

Color information

#C3B64D (or 0xC3B64D) is unknown color: approx Sundance. HEX triplet: C3, B6 and 4D. RGB value is (195,182,77). Sum of RGB (Red+Green+Blue) = 195+182+77=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B64D is #3C49B2. Grayscale: #AEAEAE. Windows color (decimal): -3951027 or 5093059. OLE color: 5093059.

HSL color Cylindrical-coordinate representation of color #C3B64D: hue angle of 53.39º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3B64D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19518277-
CMYK00.070.610.24
HSL53.39º49.58%53.33%-
HSV(B)53.39º60.51%76.47%-
XYZ40.5745.5913.68-
YUV173.9273.31143.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 77 (30.47% from 255) = 16.96%
R=42.95%
G=40.09%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951827700.070.610.2453.3949.5853.33
HexC3B64D073D18353235
Octal303266115077530656265
Binary11000011101101101001101011111110111000110101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B64D; }

 p { color: rgb(195,182,77); }

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

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

 a { background-color: rgb(195,182,77); }

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

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

 span { border-color: rgb(195,182,77); }

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