#C7BA4E

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

Shades of Sundance #C7BA4E

Tints of Sundance #C7BA4E

Color information

#C7BA4E (or 0xC7BA4E) is unknown color: approx Sundance. HEX triplet: C7, BA and 4E. RGB value is (199,186,78). Sum of RGB (Red+Green+Blue) = 199+186+78=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA4E is #3845B1. Grayscale: #B2B2B2. Windows color (decimal): -3687858 or 5159623. OLE color: 5159623.

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

Color convert

RGB19918678-
CMYK00.070.610.22
HSL53.55º51.93%54.31%-
HSV(B)53.55º60.8%78.04%-
XYZ42.4947.8114.2-
YUV177.5871.81143.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 78 (30.86% from 255) = 16.85%
R=42.98%
G=40.17%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991867800.070.610.2253.5551.9354.31
HexC7BA4E073D16363436
Octal307272116077526666466
Binary11000111101110101001110011111110110110110110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA4E; }

 p { color: rgb(199,186,78); }

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

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

 a { background-color: rgb(199,186,78); }

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

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

 span { border-color: rgb(199,186,78); }

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