#C8B754

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

Shades of Sundance #C8B754

Tints of Sundance #C8B754

Color information

#C8B754 (or 0xC8B754) is unknown color: approx Sundance. HEX triplet: C8, B7 and 54. RGB value is (200,183,84). Sum of RGB (Red+Green+Blue) = 200+183+84=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B754 is #3748AB. Grayscale: #B1B1B1. Windows color (decimal): -3623084 or 5552072. OLE color: 5552072.

HSL color Cylindrical-coordinate representation of color #C8B754: hue angle of 51.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8B754 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20018384-
CMYK00.080.580.22
HSL51.21º51.33%55.69%-
HSV(B)51.21º58%78.43%-
XYZ42.3546.7915.19-
YUV176.875.63144.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 84 (33.20% from 255) = 17.99%
R=42.83%
G=39.19%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001838400.080.580.2251.2151.3355.69
HexC8B754083A16333338
Octal3102671240107226636370
Binary110010001011011110101000100011101010110110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B754; }

 p { color: rgb(200,183,84); }

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

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

 a { background-color: rgb(200,183,84); }

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

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

 span { border-color: rgb(200,183,84); }

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