#C8B34A

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

Shades of Sundance #C8B34A

Tints of Sundance #C8B34A

Color information

#C8B34A (or 0xC8B34A) is unknown color: approx Sundance. HEX triplet: C8, B3 and 4A. RGB value is (200,179,74). Sum of RGB (Red+Green+Blue) = 200+179+74=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B34A is #374CB5. Grayscale: #ADADAD. Windows color (decimal): -3624118 or 4895688. OLE color: 4895688.

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

Color convert

RGB20017974-
CMYK00.100.630.22
HSL50º53.39%53.73%-
HSV(B)50º63%78.43%-
XYZ41.1845.0113-
YUV173.3171.96147.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=44.15%
G=39.51%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001797400.100.630.225053.3953.73
HexC8B34A0A3F16323536
Octal3102631120127726626566
Binary110010001011001110010100101011111110110110010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B34A; }

 p { color: rgb(200,179,74); }

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

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

 a { background-color: rgb(200,179,74); }

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

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

 span { border-color: rgb(200,179,74); }

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