#DCD2B1

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

Shades of Spanish White #DCD2B1

Tints of Spanish White #DCD2B1

Color information

#DCD2B1 (or 0xDCD2B1) is unknown color: approx Spanish White. HEX triplet: DC, D2 and B1. RGB value is (220,210,177). Sum of RGB (Red+Green+Blue) = 220+210+177=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2B1 is #232D4E. Grayscale: #D1D1D1. Windows color (decimal): -2305359 or 11653852. OLE color: 11653852.

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

Color convert

RGB220210177-
CMYK00.050.200.14
HSL46.05º38.05%77.84%-
HSV(B)46.05º19.55%86.27%-
XYZ60.564.4850.85-
YUV209.23109.81135.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=36.24%
G=34.60%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021017700.050.200.1446.0538.0577.84
HexDCD2B10514E2e264e
Octal3343222610524165646116
Binary11011100110100101011000101011010011101011101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2B1; }

 p { color: rgb(220,210,177); }

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

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

 a { background-color: rgb(220,210,177); }

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

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

 span { border-color: rgb(220,210,177); }

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