#D1B14B

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

Shades of Sundance #D1B14B

Tints of Sundance #D1B14B

Color information

#D1B14B (or 0xD1B14B) is unknown color: approx Sundance. HEX triplet: D1, B1 and 4B. RGB value is (209,177,75). Sum of RGB (Red+Green+Blue) = 209+177+75=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B14B is #2E4EB4. Grayscale: #AFAFAF. Windows color (decimal): -3034805 or 4960721. OLE color: 4960721.

HSL color Cylindrical-coordinate representation of color #D1B14B: hue angle of 45.67º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1B14B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20917775-
CMYK00.150.640.18
HSL45.67º59.29%55.69%-
HSV(B)45.67º64.11%81.96%-
XYZ43.2945.5113.16-
YUV174.9471.6152.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=45.34%
G=38.39%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091777500.150.640.1845.6759.2955.69
HexD1B14B0F40122e3b38
Octal32126111301710022567370
Binary1101000110110001100101101111100000010010101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B14B; }

 p { color: rgb(209,177,75); }

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

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

 a { background-color: rgb(209,177,75); }

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

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

 span { border-color: rgb(209,177,75); }

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