#DFCFB9

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

Shades of Spanish White #DFCFB9

Tints of Spanish White #DFCFB9

Color information

#DFCFB9 (or 0xDFCFB9) is unknown color: approx Spanish White. HEX triplet: DF, CF and B9. RGB value is (223,207,185). Sum of RGB (Red+Green+Blue) = 223+207+185=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFB9 is #203046. Grayscale: #D1D1D1. Windows color (decimal): -2109511 or 12177375. OLE color: 12177375.

HSL color Cylindrical-coordinate representation of color #DFCFB9: hue angle of 34.74º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFCFB9 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223207185-
CMYK00.070.170.13
HSL34.74º37.25%80%-
HSV(B)34.74º17.04%87.45%-
XYZ61.563.8254.98-
YUV209.28114.3137.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=36.26%
G=33.66%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320718500.070.170.1334.7437.2580
HexDFCFB90711D232550
Octal3373172710721154345120
Binary11011111110011111011100101111000111011000111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFB9; }

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

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

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

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

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

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

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

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