#DFCFB3

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

Shades of Spanish White #DFCFB3

Tints of Spanish White #DFCFB3

Color information

#DFCFB3 (or 0xDFCFB3) is unknown color: approx Spanish White. HEX triplet: DF, CF and B3. RGB value is (223,207,179). Sum of RGB (Red+Green+Blue) = 223+207+179=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFB3 is #20304C. Grayscale: #D0D0D0. Windows color (decimal): -2109517 or 11784159. OLE color: 11784159.

HSL color Cylindrical-coordinate representation of color #DFCFB3: hue angle of 38.18º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFCFB3 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223207179-
CMYK00.070.200.13
HSL38.18º40.74%78.82%-
HSV(B)38.18º19.73%87.45%-
XYZ60.8863.5751.71-
YUV208.59111.3138.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=36.62%
G=33.99%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320717900.070.200.1338.1840.7478.82
HexDFCFB30714D26294f
Octal3373172630724154651117
Binary11011111110011111011001101111010011011001101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFB3; }

 p { color: rgb(223,207,179); }

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

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

 a { background-color: rgb(223,207,179); }

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

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

 span { border-color: rgb(223,207,179); }

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