#C8BA4D

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

Shades of Sundance #C8BA4D

Tints of Sundance #C8BA4D

Color information

#C8BA4D (or 0xC8BA4D) is unknown color: approx Sundance. HEX triplet: C8, BA and 4D. RGB value is (200,186,77). Sum of RGB (Red+Green+Blue) = 200+186+77=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA4D is #3745B2. Grayscale: #B2B2B2. Windows color (decimal): -3622323 or 5094088. OLE color: 5094088.

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

Color convert

RGB20018677-
CMYK00.070.620.22
HSL53.17º52.79%54.31%-
HSV(B)53.17º61.5%78.43%-
XYZ42.7247.9314.02-
YUV177.7671.14143.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=43.20%
G=40.17%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001867700.070.620.2253.1752.7954.31
HexC8BA4D073E16353536
Octal310272115077626656566
Binary11001000101110101001101011111111010110110101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA4D; }

 p { color: rgb(200,186,77); }

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

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

 a { background-color: rgb(200,186,77); }

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

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

 span { border-color: rgb(200,186,77); }

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