#DFCDB4

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

Shades of Spanish White #DFCDB4

Tints of Spanish White #DFCDB4

Color information

#DFCDB4 (or 0xDFCDB4) is unknown color: approx Spanish White. HEX triplet: DF, CD and B4. RGB value is (223,205,180). Sum of RGB (Red+Green+Blue) = 223+205+180=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDB4 is #20324B. Grayscale: #CFCFCF. Windows color (decimal): -2110028 or 11849183. OLE color: 11849183.

HSL color Cylindrical-coordinate representation of color #DFCDB4: hue angle of 34.88º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCDB4 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223205180-
CMYK00.080.190.13
HSL34.88º40.19%79.02%-
HSV(B)34.88º19.28%87.45%-
XYZ60.562.6552.08-
YUV207.53112.46139.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=36.68%
G=33.72%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320518000.080.190.1334.8840.1979.02
HexDFCDB40813D23284f
Octal33731526401023154350117
Binary110111111100110110110100010001001111011000111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDB4; }

 p { color: rgb(223,205,180); }

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

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

 a { background-color: rgb(223,205,180); }

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

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

 span { border-color: rgb(223,205,180); }

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