#D5BF9B

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

Shades of Double Spanish White #D5BF9B

Tints of Double Spanish White #D5BF9B

Color information

#D5BF9B (or 0xD5BF9B) is unknown color: approx Double Spanish White. HEX triplet: D5, BF and 9B. RGB value is (213,191,155). Sum of RGB (Red+Green+Blue) = 213+191+155=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BF9B is #2A4064. Grayscale: #C1C1C1. Windows color (decimal): -2768997 or 10207189. OLE color: 10207189.

HSL color Cylindrical-coordinate representation of color #D5BF9B: hue angle of 37.24º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5BF9B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213191155-
CMYK00.100.270.16
HSL37.24º40.85%72.16%-
HSV(B)37.24º27.23%83.53%-
XYZ51.9953.7738.65-
YUV193.47106.29141.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=38.10%
G=34.17%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319115500.100.270.1637.2440.8572.16
HexD5BF9B0A1B10252948
Octal32527723301233204551110
Binary1101010110111111100110110101011011100001001011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BF9B; }

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

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

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

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

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

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

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

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