#C7A24B

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

Shades of Sundance #C7A24B

Tints of Sundance #C7A24B

Color information

#C7A24B (or 0xC7A24B) is unknown color: approx Sundance. HEX triplet: C7, A2 and 4B. RGB value is (199,162,75). Sum of RGB (Red+Green+Blue) = 199+162+75=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A24B is #385DB4. Grayscale: #A3A3A3. Windows color (decimal): -3694005 or 4956871. OLE color: 4956871.

HSL color Cylindrical-coordinate representation of color #C7A24B: hue angle of 42.1º 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 #C7A24B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19916275-
CMYK00.190.620.22
HSL42.1º52.54%53.73%-
HSV(B)42.1º62.31%78.04%-
XYZ37.7438.4912.1-
YUV163.1578.26153.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=45.64%
G=37.16%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991627500.190.620.2242.152.5453.73
HexC7A24B0133E162a3536
Octal3072421130237626526566
Binary1100011110100010100101101001111111010110101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A24B; }

 p { color: rgb(199,162,75); }

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

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

 a { background-color: rgb(199,162,75); }

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

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

 span { border-color: rgb(199,162,75); }

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