#C3B84D

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

Shades of Sundance #C3B84D

Tints of Sundance #C3B84D

Color information

#C3B84D (or 0xC3B84D) is unknown color: approx Sundance. HEX triplet: C3, B8 and 4D. RGB value is (195,184,77). Sum of RGB (Red+Green+Blue) = 195+184+77=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B84D is #3C47B2. Grayscale: #AFAFAF. Windows color (decimal): -3950515 or 5093571. OLE color: 5093571.

HSL color Cylindrical-coordinate representation of color #C3B84D: hue angle of 54.41º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3B84D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19518477-
CMYK00.060.610.24
HSL54.41º49.58%53.33%-
HSV(B)54.41º60.51%76.47%-
XYZ40.9946.4213.82-
YUV175.0972.64142.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 77 (30.47% from 255) = 16.89%
R=42.76%
G=40.35%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951847700.060.610.2454.4149.5853.33
HexC3B84D063D18363235
Octal303270115067530666265
Binary11000011101110001001101011011110111000110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B84D; }

 p { color: rgb(195,184,77); }

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

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

 a { background-color: rgb(195,184,77); }

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

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

 span { border-color: rgb(195,184,77); }

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