#c8a84e

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

Shades of Sundance #C8A84E

Tints of Sundance #C8A84E

Color information

#C8A84E (or 0xC8A84E) is unknown color: approx Sundance. HEX triplet: C8, A8 and 4E. RGB value is (200,168,78). Sum of RGB (Red+Green+Blue) = 200+168+78=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A84E is #3757B1. Grayscale: #A7A7A7. Windows color (decimal): -3626930 or 5155016. OLE color: 5155016.

HSL color Cylindrical-coordinate representation of color #C8A84E: hue angle of 44.26º degrees, saturation: 0.53, 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 #C8A84E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB20016878-
CMYK00.160.610.22
HSL44.26º52.59%54.51%-
HSV(B)44.26º61%78.43%-
XYZ39.240.8313.02-
YUV167.3177.6151.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=44.84%
G=37.67%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001687800.160.610.2244.2652.5954.51
HexC8A84E0103D162c3537
Octal3102501160207526546567
Binary1100100010101000100111001000011110110110101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8a84e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8a84e; }

 p { color: rgb(200,168,78); }

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

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

 a { background-color: rgb(200,168,78); }

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

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

 span { border-color: rgb(200,168,78); }

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