#D9D0B8

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

Shades of Spanish White #D9D0B8

Tints of Spanish White #D9D0B8

Color information

#D9D0B8 (or 0xD9D0B8) is unknown color: approx Spanish White. HEX triplet: D9, D0 and B8. RGB value is (217,208,184). Sum of RGB (Red+Green+Blue) = 217+208+184=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0B8 is #262F47. Grayscale: #D0D0D0. Windows color (decimal): -2502472 or 12112089. OLE color: 12112089.

HSL color Cylindrical-coordinate representation of color #D9D0B8: hue angle of 43.64º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D0B8 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB217208184-
CMYK00.040.150.15
HSL43.64º30.28%78.63%-
HSV(B)43.64º15.21%85.1%-
XYZ59.8263.3254.42-
YUV207.96114.48134.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 184 (72.27% from 255) = 30.21%
R=35.63%
G=34.15%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720818400.040.150.1543.6430.2878.63
HexD9D0B804FF2c1e4f
Octal3313202700417175436117
Binary110110011101000010111000010011111111101100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0B8; }

 p { color: rgb(217,208,184); }

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

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

 a { background-color: rgb(217,208,184); }

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

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

 span { border-color: rgb(217,208,184); }

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