#D3AB48

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

Shades of Sundance #D3AB48

Tints of Sundance #D3AB48

Color information

#D3AB48 (or 0xD3AB48) is unknown color: approx Sundance. HEX triplet: D3, AB and 48. RGB value is (211,171,72). Sum of RGB (Red+Green+Blue) = 211+171+72=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AB48 is #2C54B7. Grayscale: #ACACAC. Windows color (decimal): -2905272 or 4762579. OLE color: 4762579.

HSL color Cylindrical-coordinate representation of color #D3AB48: hue angle of 42.73º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3AB48 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB21117172-
CMYK00.190.660.17
HSL42.73º61.23%55.49%-
HSV(B)42.73º65.88%82.75%-
XYZ42.643.4412.27-
YUV171.6771.75156.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.48%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 72 (28.52% from 255) = 15.86%
R=46.48%
G=37.67%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111717200.190.660.1742.7361.2355.49
HexD3AB4801342112b3d37
Octal32325311002310221537567
Binary11010011101010111001000010011100001010001101011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB48; }

 p { color: rgb(211,171,72); }

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

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

 a { background-color: rgb(211,171,72); }

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

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

 span { border-color: rgb(211,171,72); }

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