#D3BF9B

Color #D3BF9B Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #D3BF9B

Tints of Double Spanish White #D3BF9B

Color information

#D3BF9B (or 0xD3BF9B) is unknown color: approx Double Spanish White. HEX triplet: D3, BF and 9B. RGB value is (211,191,155). Sum of RGB (Red+Green+Blue) = 211+191+155=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BF9B is #2C4064. Grayscale: #C1C1C1. Windows color (decimal): -2900069 or 10207187. OLE color: 10207187.

HSL color Cylindrical-coordinate representation of color #D3BF9B: hue angle of 38.57º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3BF9B is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB211191155-
CMYK00.090.270.17
HSL38.57º38.89%71.76%-
HSV(B)38.57º26.54%82.75%-
XYZ51.4153.4838.62-
YUV192.88106.63140.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.88%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=37.88%
G=34.29%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119115500.090.270.1738.5738.8971.76
HexD3BF9B091B11272748
Octal32327723301133214747110
Binary1101001110111111100110110100111011100011001111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BF9B; }

 p { color: rgb(211,191,155); }

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

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

 a { background-color: rgb(211,191,155); }

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

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

 span { border-color: rgb(211,191,155); }

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