#C2B14F

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

Shades of Sundance #C2B14F

Tints of Sundance #C2B14F

Color information

#C2B14F (or 0xC2B14F) is unknown color: approx Sundance. HEX triplet: C2, B1 and 4F. RGB value is (194,177,79). Sum of RGB (Red+Green+Blue) = 194+177+79=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B14F is #3D4EB0. Grayscale: #ABABAB. Windows color (decimal): -4017841 or 5222850. OLE color: 5222850.

HSL color Cylindrical-coordinate representation of color #C2B14F: hue angle of 51.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2B14F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19417779-
CMYK00.090.590.24
HSL51.13º48.52%53.53%-
HSV(B)51.13º59.28%76.08%-
XYZ39.3843.4813.71-
YUV170.9176.13144.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 79 (31.25% from 255) = 17.56%
R=43.11%
G=39.33%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941777900.090.590.2451.1348.5253.53
HexC2B14F093B18333136
Octal3022611170117330636166
Binary110000101011000110011110100111101111000110011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B14F; }

 p { color: rgb(194,177,79); }

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

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

 a { background-color: rgb(194,177,79); }

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

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

 span { border-color: rgb(194,177,79); }

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