#C7B04C

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

Shades of Sundance #C7B04C

Tints of Sundance #C7B04C

Color information

#C7B04C (or 0xC7B04C) is unknown color: approx Sundance. HEX triplet: C7, B0 and 4C. RGB value is (199,176,76). Sum of RGB (Red+Green+Blue) = 199+176+76=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B04C is #384FB3. Grayscale: #ABABAB. Windows color (decimal): -3690420 or 5025991. OLE color: 5025991.

HSL color Cylindrical-coordinate representation of color #C7B04C: hue angle of 48.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7B04C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19917676-
CMYK00.120.620.22
HSL48.78º52.34%53.92%-
HSV(B)48.78º61.81%78.04%-
XYZ40.3843.7113.15-
YUV171.4874.12147.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.12%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 76 (30.08% from 255) = 16.85%
R=44.12%
G=39.02%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991767600.120.620.2248.7852.3453.92
HexC7B04C0C3E16313436
Octal3072601140147626616466
Binary110001111011000010011000110011111010110110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B04C; }

 p { color: rgb(199,176,76); }

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

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

 a { background-color: rgb(199,176,76); }

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

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

 span { border-color: rgb(199,176,76); }

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