#DCCFB9

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

Shades of Spanish White #DCCFB9

Tints of Spanish White #DCCFB9

Color information

#DCCFB9 (or 0xDCCFB9) is unknown color: approx Spanish White. HEX triplet: DC, CF and B9. RGB value is (220,207,185). Sum of RGB (Red+Green+Blue) = 220+207+185=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB9 is #233046. Grayscale: #D0D0D0. Windows color (decimal): -2306119 or 12177372. OLE color: 12177372.

HSL color Cylindrical-coordinate representation of color #DCCFB9: hue angle of 37.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCFB9 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220207185-
CMYK00.060.160.14
HSL37.71º33.33%79.41%-
HSV(B)37.71º15.91%86.27%-
XYZ60.5863.3454.93-
YUV208.38114.81136.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=35.95%
G=33.82%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020718500.060.160.1437.7133.3379.41
HexDCCFB90610E26214f
Octal3343172710620164641117
Binary11011100110011111011100101101000011101001101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFB9; }

 p { color: rgb(220,207,185); }

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

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

 a { background-color: rgb(220,207,185); }

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

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

 span { border-color: rgb(220,207,185); }

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