#C8A63F

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

Shades of Sundance #C8A63F

Tints of Sundance #C8A63F

Color information

#C8A63F (or 0xC8A63F) is unknown color: approx Sundance. HEX triplet: C8, A6 and 3F. RGB value is (200,166,63). Sum of RGB (Red+Green+Blue) = 200+166+63=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A63F is #3759C0. Grayscale: #A4A4A4. Windows color (decimal): -3627457 or 4171464. OLE color: 4171464.

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

Color convert

RGB20016663-
CMYK00.170.680.22
HSL45.11º55.47%51.57%-
HSV(B)45.11º68.5%78.43%-
XYZ38.3539.9110.38-
YUV164.4270.76153.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 63 (25% from 255) = 14.69%
R=46.62%
G=38.69%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001666300.170.680.2245.1155.4751.57
HexC8A63F01144162d3734
Octal3102467702110426556764
Binary1100100010100110111111010001100010010110101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A63F; }

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

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

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

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

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

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

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

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