#BDA64D

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

Shades of Sundance #BDA64D

Tints of Sundance #BDA64D

Color information

#BDA64D (or 0xBDA64D) is unknown color: approx Sundance. HEX triplet: BD, A6 and 4D. RGB value is (189,166,77). Sum of RGB (Red+Green+Blue) = 189+166+77=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA64D is #4259B2. Grayscale: #A3A3A3. Windows color (decimal): -4348339 or 5088957. OLE color: 5088957.

HSL color Cylindrical-coordinate representation of color #BDA64D: hue angle of 47.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDA64D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18916677-
CMYK00.120.590.26
HSL47.68º45.9%52.16%-
HSV(B)47.68º59.26%74.12%-
XYZ35.9638.6312.58-
YUV162.7379.62146.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=43.75%
G=38.43%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891667700.120.590.2647.6845.952.16
HexBDA64D0C3B1A302e34
Octal2752461150147332605664
Binary101111011010011010011010110011101111010110000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA64D; }

 p { color: rgb(189,166,77); }

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

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

 a { background-color: rgb(189,166,77); }

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

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

 span { border-color: rgb(189,166,77); }

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