#C8A54F

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

Shades of Sundance #C8A54F

Tints of Sundance #C8A54F

Color information

#C8A54F (or 0xC8A54F) is unknown color: approx Sundance. HEX triplet: C8, A5 and 4F. RGB value is (200,165,79). Sum of RGB (Red+Green+Blue) = 200+165+79=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A54F is #375AB0. Grayscale: #A6A6A6. Windows color (decimal): -3627697 or 5219784. OLE color: 5219784.

HSL color Cylindrical-coordinate representation of color #C8A54F: hue angle of 42.64º degrees, saturation: 0.52, 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 #C8A54F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB20016579-
CMYK00.180.600.22
HSL42.64º52.38%54.71%-
HSV(B)42.64º60.5%78.43%-
XYZ38.6939.7513.03-
YUV165.6679.1152.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 79 (31.25% from 255) = 17.79%
R=45.05%
G=37.16%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001657900.180.600.2242.6452.3854.71
HexC8A54F0123C162b3437
Octal3102451170227426536467
Binary1100100010100101100111101001011110010110101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A54F; }

 p { color: rgb(200,165,79); }

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

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

 a { background-color: rgb(200,165,79); }

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

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

 span { border-color: rgb(200,165,79); }

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