#C7AD43

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

Shades of Sundance #C7AD43

Tints of Sundance #C7AD43

Color information

#C7AD43 (or 0xC7AD43) is unknown color: approx Sundance. HEX triplet: C7, AD and 43. RGB value is (199,173,67). Sum of RGB (Red+Green+Blue) = 199+173+67=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD43 is #3852BC. Grayscale: #A9A9A9. Windows color (decimal): -3691197 or 4435399. OLE color: 4435399.

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

Color convert

RGB19917367-
CMYK00.130.660.22
HSL48.18º54.1%52.16%-
HSV(B)48.18º66.33%78.04%-
XYZ39.5142.4311.42-
YUV168.6970.61149.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 173 (67.97% from 255) = 39.41%
BLUE value IS 67 (26.56% from 255) = 15.26%
R=45.33%
G=39.41%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991736700.130.660.2248.1854.152.16
HexC7AD430D4216303634
Octal30725510301510226606664
Binary1100011110101101100001101101100001010110110000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AD43; }

 p { color: rgb(199,173,67); }

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

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

 a { background-color: rgb(199,173,67); }

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

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

 span { border-color: rgb(199,173,67); }

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