#C4A74A

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

Shades of Sundance #C4A74A

Tints of Sundance #C4A74A

Color information

#C4A74A (or 0xC4A74A) is unknown color: approx Sundance. HEX triplet: C4, A7 and 4A. RGB value is (196,167,74). Sum of RGB (Red+Green+Blue) = 196+167+74=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A74A is #3B58B5. Grayscale: #A5A5A5. Windows color (decimal): -3889334 or 4892612. OLE color: 4892612.

HSL color Cylindrical-coordinate representation of color #C4A74A: hue angle of 45.74º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4A74A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19616774-
CMYK00.150.620.23
HSL45.74º50.83%52.94%-
HSV(B)45.74º62.24%76.86%-
XYZ37.8239.8712.18-
YUV165.0776.61150.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=44.85%
G=38.22%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961677400.150.620.2345.7450.8352.94
HexC4A74A0F3E172e3335
Octal3042471120177627566365
Binary110001001010011110010100111111111010111101110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A74A; }

 p { color: rgb(196,167,74); }

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

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

 a { background-color: rgb(196,167,74); }

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

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

 span { border-color: rgb(196,167,74); }

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