#C4B44D

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

Shades of Sundance #C4B44D

Tints of Sundance #C4B44D

Color information

#C4B44D (or 0xC4B44D) is unknown color: approx Sundance. HEX triplet: C4, B4 and 4D. RGB value is (196,180,77). Sum of RGB (Red+Green+Blue) = 196+180+77=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B44D is #3B4BB2. Grayscale: #ADADAD. Windows color (decimal): -3886003 or 5092548. OLE color: 5092548.

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

Color convert

RGB19618077-
CMYK00.080.610.23
HSL51.93º50.21%53.53%-
HSV(B)51.93º60.71%76.86%-
XYZ40.4344.9113.56-
YUV173.0473.8144.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=43.27%
G=39.74%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961807700.080.610.2351.9350.2153.53
HexC4B44D083D17343236
Octal3042641150107527646266
Binary110001001011010010011010100011110110111110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B44D; }

 p { color: rgb(196,180,77); }

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

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

 a { background-color: rgb(196,180,77); }

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

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

 span { border-color: rgb(196,180,77); }

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