#DCCBB4

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

Shades of Spanish White #DCCBB4

Tints of Spanish White #DCCBB4

Color information

#DCCBB4 (or 0xDCCBB4) is unknown color: approx Spanish White. HEX triplet: DC, CB and B4. RGB value is (220,203,180). Sum of RGB (Red+Green+Blue) = 220+203+180=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBB4 is #23344B. Grayscale: #CDCDCD. Windows color (decimal): -2307148 or 11848668. OLE color: 11848668.

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

Color convert

RGB220203180-
CMYK00.080.180.14
HSL34.5º36.36%78.43%-
HSV(B)34.5º18.18%86.27%-
XYZ59.1161.2251.88-
YUV205.46113.63138.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=36.48%
G=33.67%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020318000.080.180.1434.536.3678.43
HexDCCBB40812E23244e
Octal33431326401022164344116
Binary110111001100101110110100010001001011101000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBB4; }

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

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

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

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

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

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

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

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