#DBD2B8

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

Shades of Spanish White #DBD2B8

Tints of Spanish White #DBD2B8

Color information

#DBD2B8 (or 0xDBD2B8) is unknown color: approx Spanish White. HEX triplet: DB, D2 and B8. RGB value is (219,210,184). Sum of RGB (Red+Green+Blue) = 219+210+184=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2B8 is #242D47. Grayscale: #D1D1D1. Windows color (decimal): -2370888 or 12112603. OLE color: 12112603.

HSL color Cylindrical-coordinate representation of color #DBD2B8: hue angle of 44.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD2B8 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219210184-
CMYK00.040.160.14
HSL44.57º32.71%79.02%-
HSV(B)44.57º15.98%85.88%-
XYZ60.9164.6154.61-
YUV209.73113.48134.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 184 (72.27% from 255) = 30.02%
R=35.73%
G=34.26%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921018400.040.160.1444.5732.7179.02
HexDBD2B80410E2d214f
Octal3333222700420165541117
Binary11011011110100101011100001001000011101011011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2B8; }

 p { color: rgb(219,210,184); }

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

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

 a { background-color: rgb(219,210,184); }

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

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

 span { border-color: rgb(219,210,184); }

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