#DFCBAE

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

Shades of Spanish White #DFCBAE

Tints of Spanish White #DFCBAE

Color information

#DFCBAE (or 0xDFCBAE) is unknown color: approx Spanish White. HEX triplet: DF, CB and AE. RGB value is (223,203,174). Sum of RGB (Red+Green+Blue) = 223+203+174=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBAE is #203451. Grayscale: #CDCDCD. Windows color (decimal): -2110546 or 11455455. OLE color: 11455455.

HSL color Cylindrical-coordinate representation of color #DFCBAE: hue angle of 35.51º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFCBAE is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223203174-
CMYK00.090.220.13
HSL35.51º43.36%77.84%-
HSV(B)35.51º21.97%87.45%-
XYZ59.4361.4648.77-
YUV205.67110.13140.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 174 (68.36% from 255) = 29%
R=37.17%
G=33.83%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320317400.090.220.1335.5143.3677.84
HexDFCBAE0916D242b4e
Octal33731325601126154453116
Binary110111111100101110101110010011011011011001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBAE; }

 p { color: rgb(223,203,174); }

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

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

 a { background-color: rgb(223,203,174); }

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

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

 span { border-color: rgb(223,203,174); }

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