#DBCDB9

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

Shades of Spanish White #DBCDB9

Tints of Spanish White #DBCDB9

Color information

#DBCDB9 (or 0xDBCDB9) is unknown color: approx Spanish White. HEX triplet: DB, CD and B9. RGB value is (219,205,185). Sum of RGB (Red+Green+Blue) = 219+205+185=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB9 is #243246. Grayscale: #CECECE. Windows color (decimal): -2372167 or 12176859. OLE color: 12176859.

HSL color Cylindrical-coordinate representation of color #DBCDB9: hue angle of 35.29º degrees, saturation: 0.32, 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 #DBCDB9 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219205185-
CMYK00.060.160.14
HSL35.29º32.08%79.22%-
HSV(B)35.29º15.53%85.88%-
XYZ59.862.2354.76-
YUV206.91115.64136.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 185 (72.66% from 255) = 30.38%
R=35.96%
G=33.66%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920518500.060.160.1435.2932.0879.22
HexDBCDB90610E23204f
Octal3333152710620164340117
Binary11011011110011011011100101101000011101000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDB9; }

 p { color: rgb(219,205,185); }

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

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

 a { background-color: rgb(219,205,185); }

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

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

 span { border-color: rgb(219,205,185); }

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