#C7B14A

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

Shades of Sundance #C7B14A

Tints of Sundance #C7B14A

Color information

#C7B14A (or 0xC7B14A) is unknown color: approx Sundance. HEX triplet: C7, B1 and 4A. RGB value is (199,177,74). Sum of RGB (Red+Green+Blue) = 199+177+74=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B14A is #384EB5. Grayscale: #ACACAC. Windows color (decimal): -3690166 or 4895175. OLE color: 4895175.

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

Color convert

RGB19917774-
CMYK00.110.630.22
HSL49.44º52.74%53.53%-
HSV(B)49.44º62.81%78.04%-
XYZ40.5144.0812.85-
YUV171.8472.79147.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=44.22%
G=39.33%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991777400.110.630.2249.4452.7453.53
HexC7B14A0B3F16313536
Octal3072611120137726616566
Binary110001111011000110010100101111111110110110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B14A; }

 p { color: rgb(199,177,74); }

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

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

 a { background-color: rgb(199,177,74); }

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

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

 span { border-color: rgb(199,177,74); }

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