#C4B84B

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

Shades of Sundance #C4B84B

Tints of Sundance #C4B84B

Color information

#C4B84B (or 0xC4B84B) is unknown color: approx Sundance. HEX triplet: C4, B8 and 4B. RGB value is (196,184,75). Sum of RGB (Red+Green+Blue) = 196+184+75=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B84B is #3B47B4. Grayscale: #AFAFAF. Windows color (decimal): -3884981 or 4962500. OLE color: 4962500.

HSL color Cylindrical-coordinate representation of color #C4B84B: hue angle of 54.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4B84B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19618475-
CMYK00.060.620.23
HSL54.05º50.63%53.14%-
HSV(B)54.05º61.73%76.86%-
XYZ41.1846.5213.47-
YUV175.1671.48142.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=43.08%
G=40.44%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961847500.060.620.2354.0550.6353.14
HexC4B84B063E17363335
Octal304270113067627666365
Binary11000100101110001001011011011111010111110110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B84B; }

 p { color: rgb(196,184,75); }

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

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

 a { background-color: rgb(196,184,75); }

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

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

 span { border-color: rgb(196,184,75); }

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