#DCD3B4

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

Shades of Spanish White #DCD3B4

Tints of Spanish White #DCD3B4

Color information

#DCD3B4 (or 0xDCD3B4) is unknown color: approx Spanish White. HEX triplet: DC, D3 and B4. RGB value is (220,211,180). Sum of RGB (Red+Green+Blue) = 220+211+180=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3B4 is #232C4B. Grayscale: #D2D2D2. Windows color (decimal): -2305100 or 11850716. OLE color: 11850716.

HSL color Cylindrical-coordinate representation of color #DCD3B4: hue angle of 46.5º 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 #DCD3B4 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220211180-
CMYK00.040.180.14
HSL46.5º36.36%78.43%-
HSV(B)46.5º18.18%86.27%-
XYZ61.0565.152.53-
YUV210.16110.98135.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=36.01%
G=34.53%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021118000.040.180.1446.536.3678.43
HexDCD3B40412E2e244e
Octal3343232640422165644116
Binary11011100110100111011010001001001011101011101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3B4; }

 p { color: rgb(220,211,180); }

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

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

 a { background-color: rgb(220,211,180); }

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

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

 span { border-color: rgb(220,211,180); }

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