#C8AD44

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

Shades of Sundance #C8AD44

Tints of Sundance #C8AD44

Color information

#C8AD44 (or 0xC8AD44) is unknown color: approx Sundance. HEX triplet: C8, AD and 44. RGB value is (200,173,68). Sum of RGB (Red+Green+Blue) = 200+173+68=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD44 is #3752BB. Grayscale: #A9A9A9. Windows color (decimal): -3625660 or 4500936. OLE color: 4500936.

HSL color Cylindrical-coordinate representation of color #C8AD44: hue angle of 47.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8AD44 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20017368-
CMYK00.140.660.22
HSL47.73º54.55%52.55%-
HSV(B)47.73º66%78.43%-
XYZ39.8142.5811.59-
YUV169.170.95150.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 68 (26.95% from 255) = 15.42%
R=45.35%
G=39.23%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001736800.140.660.2247.7354.5552.55
HexC8AD440E4216303735
Octal31025510401610226606765
Binary1100100010101101100010001110100001010110110000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD44; }

 p { color: rgb(200,173,68); }

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

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

 a { background-color: rgb(200,173,68); }

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

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

 span { border-color: rgb(200,173,68); }

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