#D4BF9B

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

Shades of Double Spanish White #D4BF9B

Tints of Double Spanish White #D4BF9B

Color information

#D4BF9B (or 0xD4BF9B) is unknown color: approx Double Spanish White. HEX triplet: D4, BF and 9B. RGB value is (212,191,155). Sum of RGB (Red+Green+Blue) = 212+191+155=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF9B is #2B4064. Grayscale: #C1C1C1. Windows color (decimal): -2834533 or 10207188. OLE color: 10207188.

HSL color Cylindrical-coordinate representation of color #D4BF9B: hue angle of 37.89º degrees, saturation: 0.4, 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 #D4BF9B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212191155-
CMYK00.100.270.17
HSL37.89º39.86%71.96%-
HSV(B)37.89º26.89%83.14%-
XYZ51.753.6338.64-
YUV193.18106.46141.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=37.99%
G=34.23%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219115500.100.270.1737.8939.8671.96
HexD4BF9B0A1B11262848
Octal32427723301233214650110
Binary1101010010111111100110110101011011100011001101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BF9B; }

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

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

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

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

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

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

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

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