#C4B54F

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

Shades of Sundance #C4B54F

Tints of Sundance #C4B54F

Color information

#C4B54F (or 0xC4B54F) is unknown color: approx Sundance. HEX triplet: C4, B5 and 4F. RGB value is (196,181,79). Sum of RGB (Red+Green+Blue) = 196+181+79=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B54F is #3B4AB0. Grayscale: #AEAEAE. Windows color (decimal): -3885745 or 5223876. OLE color: 5223876.

HSL color Cylindrical-coordinate representation of color #C4B54F: hue angle of 52.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4B54F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19618179-
CMYK00.080.600.23
HSL52.31º49.79%53.92%-
HSV(B)52.31º59.69%76.86%-
XYZ40.745.3514.01-
YUV173.8674.47143.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 79 (31.25% from 255) = 17.32%
R=42.98%
G=39.69%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961817900.080.600.2352.3149.7953.92
HexC4B54F083C17343236
Octal3042651170107427646266
Binary110001001011010110011110100011110010111110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B54F; }

 p { color: rgb(196,181,79); }

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

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

 a { background-color: rgb(196,181,79); }

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

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

 span { border-color: rgb(196,181,79); }

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