#C4AD4F

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

Shades of Sundance #C4AD4F

Tints of Sundance #C4AD4F

Color information

#C4AD4F (or 0xC4AD4F) is unknown color: approx Sundance. HEX triplet: C4, AD and 4F. RGB value is (196,173,79). Sum of RGB (Red+Green+Blue) = 196+173+79=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD4F is #3B52B0. Grayscale: #A9A9A9. Windows color (decimal): -3887793 or 5221828. OLE color: 5221828.

HSL color Cylindrical-coordinate representation of color #C4AD4F: hue angle of 48.21º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4AD4F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19617379-
CMYK00.120.600.23
HSL48.21º49.79%53.92%-
HSV(B)48.21º59.69%76.86%-
XYZ39.1242.1913.48-
YUV169.1677.12147.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=43.75%
G=38.62%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961737900.120.600.2348.2149.7953.92
HexC4AD4F0C3C17303236
Octal3042551170147427606266
Binary110001001010110110011110110011110010111110000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD4F; }

 p { color: rgb(196,173,79); }

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

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

 a { background-color: rgb(196,173,79); }

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

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

 span { border-color: rgb(196,173,79); }

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