#C8AE54

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

Shades of Sundance #C8AE54

Tints of Sundance #C8AE54

Color information

#C8AE54 (or 0xC8AE54) is unknown color: approx Sundance. HEX triplet: C8, AE and 54. RGB value is (200,174,84). Sum of RGB (Red+Green+Blue) = 200+174+84=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE54 is #3751AB. Grayscale: #ABABAB. Windows color (decimal): -3625388 or 5549768. OLE color: 5549768.

HSL color Cylindrical-coordinate representation of color #C8AE54: hue angle of 46.55º 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 #C8AE54 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20017484-
CMYK00.130.580.22
HSL46.55º51.33%55.69%-
HSV(B)46.55º58%78.43%-
XYZ40.5643.1914.59-
YUV171.5178.61148.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 84 (33.20% from 255) = 18.34%
R=43.67%
G=37.99%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001748400.130.580.2246.5551.3355.69
HexC8AE540D3A162f3338
Octal3102561240157226576370
Binary110010001010111010101000110111101010110101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE54; }

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

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

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

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

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

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

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

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