#c8b753

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

Shades of Sundance #C8B753

Tints of Sundance #C8B753

Color information

#C8B753 (or 0xC8B753) is unknown color: approx Sundance. HEX triplet: C8, B7 and 53. RGB value is (200,183,83). Sum of RGB (Red+Green+Blue) = 200+183+83=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B753 is #3748AC. Grayscale: #B1B1B1. Windows color (decimal): -3623085 or 5486536. OLE color: 5486536.

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

Color convert

RGB20018383-
CMYK00.080.580.22
HSL51.28º51.54%55.49%-
HSV(B)51.28º58.5%78.43%-
XYZ42.3146.7714.98-
YUV176.6875.13144.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 83 (32.81% from 255) = 17.81%
R=42.92%
G=39.27%
B=17.81%

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
Decimal2001838300.080.580.2251.2851.5455.49
HexC8B753083A16333437
Octal3102671230107226636467
Binary110010001011011110100110100011101010110110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8b753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8b753; }

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

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

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

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

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

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

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

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