#DCD1BB

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

Shades of Spanish White #DCD1BB

Tints of Spanish White #DCD1BB

Color information

#DCD1BB (or 0xDCD1BB) is unknown color: approx Spanish White. HEX triplet: DC, D1 and BB. RGB value is (220,209,187). Sum of RGB (Red+Green+Blue) = 220+209+187=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1BB is #232E44. Grayscale: #D1D1D1. Windows color (decimal): -2305605 or 12308956. OLE color: 12308956.

HSL color Cylindrical-coordinate representation of color #DCD1BB: hue angle of 40º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCD1BB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220209187-
CMYK00.050.150.14
HSL40º32.04%79.8%-
HSV(B)40º15%86.27%-
XYZ61.2964.456.21-
YUV209.78115.14135.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=35.71%
G=33.93%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020918700.050.150.144032.0479.8
HexDCD1BB05FE282050
Octal3343212730517165040120
Binary1101110011010001101110110101111111101010001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1BB; }

 p { color: rgb(220,209,187); }

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

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

 a { background-color: rgb(220,209,187); }

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

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

 span { border-color: rgb(220,209,187); }

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