#C7AE4D

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

Shades of Sundance #C7AE4D

Tints of Sundance #C7AE4D

Color information

#C7AE4D (or 0xC7AE4D) is unknown color: approx Sundance. HEX triplet: C7, AE and 4D. RGB value is (199,174,77). Sum of RGB (Red+Green+Blue) = 199+174+77=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE4D is #3851B2. Grayscale: #AAAAAA. Windows color (decimal): -3690931 or 5091015. OLE color: 5091015.

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

Color convert

RGB19917477-
CMYK00.130.610.22
HSL47.7º52.14%54.12%-
HSV(B)47.7º61.31%78.04%-
XYZ40.0342.9513.2-
YUV170.4275.28148.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=44.22%
G=38.67%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991747700.130.610.2247.752.1454.12
HexC7AE4D0D3D16303436
Octal3072561150157526606466
Binary110001111010111010011010110111110110110110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE4D; }

 p { color: rgb(199,174,77); }

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

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

 a { background-color: rgb(199,174,77); }

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

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

 span { border-color: rgb(199,174,77); }

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