#C8AF54

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

Shades of Sundance #C8AF54

Tints of Sundance #C8AF54

Color information

#C8AF54 (or 0xC8AF54) is unknown color: approx Sundance. HEX triplet: C8, AF and 54. RGB value is (200,175,84). Sum of RGB (Red+Green+Blue) = 200+175+84=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF54 is #3750AB. Grayscale: #ACACAC. Windows color (decimal): -3625132 or 5550024. OLE color: 5550024.

HSL color Cylindrical-coordinate representation of color #C8AF54: hue angle of 47.07º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8AF54 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20017584-
CMYK00.120.580.22
HSL47.07º51.33%55.69%-
HSV(B)47.07º58%78.43%-
XYZ40.7543.5814.65-
YUV172.178.28147.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 84 (33.20% from 255) = 18.30%
R=43.57%
G=38.13%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001758400.120.580.2247.0751.3355.69
HexC8AF540C3A162f3338
Octal3102571240147226576370
Binary110010001010111110101000110011101010110101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF54; }

 p { color: rgb(200,175,84); }

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

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

 a { background-color: rgb(200,175,84); }

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

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

 span { border-color: rgb(200,175,84); }

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