#C7B24F

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

Shades of Sundance #C7B24F

Tints of Sundance #C7B24F

Color information

#C7B24F (or 0xC7B24F) is unknown color: approx Sundance. HEX triplet: C7, B2 and 4F. RGB value is (199,178,79). Sum of RGB (Red+Green+Blue) = 199+178+79=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B24F is #384DB0. Grayscale: #ADADAD. Windows color (decimal): -3689905 or 5223111. OLE color: 5223111.

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

Color convert

RGB19917879-
CMYK00.110.600.22
HSL49.5º51.72%54.51%-
HSV(B)49.5º60.3%78.04%-
XYZ40.8844.5513.84-
YUV172.9974.96146.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 79 (31.25% from 255) = 17.32%
R=43.64%
G=39.04%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991787900.110.600.2249.551.7254.51
HexC7B24F0B3C16323437
Octal3072621170137426626467
Binary110001111011001010011110101111110010110110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B24F; }

 p { color: rgb(199,178,79); }

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

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

 a { background-color: rgb(199,178,79); }

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

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

 span { border-color: rgb(199,178,79); }

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