#DBCDB3

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

Shades of Spanish White #DBCDB3

Tints of Spanish White #DBCDB3

Color information

#DBCDB3 (or 0xDBCDB3) is unknown color: approx Spanish White. HEX triplet: DB, CD and B3. RGB value is (219,205,179). Sum of RGB (Red+Green+Blue) = 219+205+179=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB3 is #24324C. Grayscale: #CECECE. Windows color (decimal): -2372173 or 11783643. OLE color: 11783643.

HSL color Cylindrical-coordinate representation of color #DBCDB3: hue angle of 39º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219205179-
CMYK00.060.180.14
HSL39º35.71%78.04%-
HSV(B)39º18.26%85.88%-
XYZ59.1861.9851.49-
YUV206.22112.64137.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=36.32%
G=34.00%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920517900.060.180.143935.7178.04
HexDBCDB30612E27244e
Octal3333152630622164744116
Binary11011011110011011011001101101001011101001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDB3; }

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

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

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

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

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

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

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

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