#C0B64D

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

Shades of Sundance #C0B64D

Tints of Sundance #C0B64D

Color information

#C0B64D (or 0xC0B64D) is unknown color: approx Sundance. HEX triplet: C0, B6 and 4D. RGB value is (192,182,77). Sum of RGB (Red+Green+Blue) = 192+182+77=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B64D is #3F49B2. Grayscale: #ADADAD. Windows color (decimal): -4147635 or 5093056. OLE color: 5093056.

HSL color Cylindrical-coordinate representation of color #C0B64D: hue angle of 54.78º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0B64D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19218277-
CMYK00.050.600.25
HSL54.78º47.72%52.75%-
HSV(B)54.78º59.9%75.29%-
XYZ39.8145.213.65-
YUV173.0273.81141.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 77 (30.47% from 255) = 17.07%
R=42.57%
G=40.35%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921827700.050.600.2554.7847.7252.75
HexC0B64D053C19373035
Octal300266115057431676065
Binary11000000101101101001101010111110011001110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B64D; }

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

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

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

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

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

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

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

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