#C8A64F

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

Shades of Sundance #C8A64F

Tints of Sundance #C8A64F

Color information

#C8A64F (or 0xC8A64F) is unknown color: approx Sundance. HEX triplet: C8, A6 and 4F. RGB value is (200,166,79). Sum of RGB (Red+Green+Blue) = 200+166+79=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A64F is #3759B0. Grayscale: #A6A6A6. Windows color (decimal): -3627441 or 5220040. OLE color: 5220040.

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

Color convert

RGB20016679-
CMYK00.170.600.22
HSL43.14º52.38%54.71%-
HSV(B)43.14º60.5%78.43%-
XYZ38.8740.1213.09-
YUV166.2578.76152.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 79 (31.25% from 255) = 17.75%
R=44.94%
G=37.30%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001667900.170.600.2243.1452.3854.71
HexC8A64F0113C162b3437
Octal3102461170217426536467
Binary1100100010100110100111101000111110010110101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A64F; }

 p { color: rgb(200,166,79); }

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

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

 a { background-color: rgb(200,166,79); }

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

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

 span { border-color: rgb(200,166,79); }

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