#DCD1B3

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

Shades of Spanish White #DCD1B3

Tints of Spanish White #DCD1B3

Color information

#DCD1B3 (or 0xDCD1B3) is unknown color: approx Spanish White. HEX triplet: DC, D1 and B3. RGB value is (220,209,179). Sum of RGB (Red+Green+Blue) = 220+209+179=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1B3 is #232E4C. Grayscale: #D1D1D1. Windows color (decimal): -2305613 or 11784668. OLE color: 11784668.

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

Color convert

RGB220209179-
CMYK00.050.190.14
HSL43.9º36.94%78.24%-
HSV(B)43.9º18.64%86.27%-
XYZ60.4564.0751.83-
YUV208.87111.14135.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 179 (70.31% from 255) = 29.44%
R=36.18%
G=34.38%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020917900.050.190.1443.936.9478.24
HexDCD1B30513E2c254e
Octal3343212630523165445116
Binary11011100110100011011001101011001111101011001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1B3; }

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

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

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

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

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

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

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

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