#DCCFB4

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

Shades of Spanish White #DCCFB4

Tints of Spanish White #DCCFB4

Color information

#DCCFB4 (or 0xDCCFB4) is unknown color: approx Spanish White. HEX triplet: DC, CF and B4. RGB value is (220,207,180). Sum of RGB (Red+Green+Blue) = 220+207+180=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB4 is #23304B. Grayscale: #CFCFCF. Windows color (decimal): -2306124 or 11849692. OLE color: 11849692.

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

Color convert

RGB220207180-
CMYK00.060.180.14
HSL40.5º36.36%78.43%-
HSV(B)40.5º18.18%86.27%-
XYZ60.0763.1452.2-
YUV207.81112.31136.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=36.24%
G=34.10%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020718000.060.180.1440.536.3678.43
HexDCCFB40612E29244e
Octal3343172640622165144116
Binary11011100110011111011010001101001011101010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFB4; }

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

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

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

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

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

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

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

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