#C2B84D

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

Shades of Sundance #C2B84D

Tints of Sundance #C2B84D

Color information

#C2B84D (or 0xC2B84D) is unknown color: approx Sundance. HEX triplet: C2, B8 and 4D. RGB value is (194,184,77). Sum of RGB (Red+Green+Blue) = 194+184+77=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B84D is #3D47B2. Grayscale: #AFAFAF. Windows color (decimal): -4016051 or 5093570. OLE color: 5093570.

HSL color Cylindrical-coordinate representation of color #C2B84D: hue angle of 54.87º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2B84D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19418477-
CMYK00.050.600.24
HSL54.87º48.95%53.14%-
HSV(B)54.87º60.31%76.08%-
XYZ40.7346.2913.81-
YUV174.7972.81141.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=42.64%
G=40.44%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941847700.050.600.2454.8748.9553.14
HexC2B84D053C18373135
Octal302270115057430676165
Binary11000010101110001001101010111110011000110111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B84D; }

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

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

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

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

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

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

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

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