#C8B84B

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

Shades of Sundance #C8B84B

Tints of Sundance #C8B84B

Color information

#C8B84B (or 0xC8B84B) is unknown color: approx Sundance. HEX triplet: C8, B8 and 4B. RGB value is (200,184,75). Sum of RGB (Red+Green+Blue) = 200+184+75=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B84B is #3747B4. Grayscale: #B0B0B0. Windows color (decimal): -3622837 or 4962504. OLE color: 4962504.

HSL color Cylindrical-coordinate representation of color #C8B84B: hue angle of 52.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8B84B is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20018475-
CMYK00.080.620.22
HSL52.32º53.19%53.92%-
HSV(B)52.32º62.5%78.43%-
XYZ42.2347.0713.52-
YUV176.3670.8144.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=43.57%
G=40.09%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001847500.080.620.2252.3253.1953.92
HexC8B84B083E16343536
Octal3102701130107626646566
Binary110010001011100010010110100011111010110110100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B84B; }

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

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

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

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

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

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

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

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