#DCCFB6

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

Shades of Spanish White #DCCFB6

Tints of Spanish White #DCCFB6

Color information

#DCCFB6 (or 0xDCCFB6) is unknown color: approx Spanish White. HEX triplet: DC, CF and B6. RGB value is (220,207,182). Sum of RGB (Red+Green+Blue) = 220+207+182=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB6 is #233049. Grayscale: #D0D0D0. Windows color (decimal): -2306122 or 11980764. OLE color: 11980764.

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

Color convert

RGB220207182-
CMYK00.060.170.14
HSL39.47º35.19%78.82%-
HSV(B)39.47º17.27%86.27%-
XYZ60.2763.2253.28-
YUV208.04113.31136.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=36.12%
G=33.99%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020718200.060.170.1439.4735.1978.82
HexDCCFB60611E27234f
Octal3343172660621164743117
Binary11011100110011111011011001101000111101001111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFB6; }

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

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

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

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

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

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

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

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