#DFCBB3

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

Shades of Spanish White #DFCBB3

Tints of Spanish White #DFCBB3

Color information

#DFCBB3 (or 0xDFCBB3) is unknown color: approx Spanish White. HEX triplet: DF, CB and B3. RGB value is (223,203,179). Sum of RGB (Red+Green+Blue) = 223+203+179=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBB3 is #20344C. Grayscale: #CECECE. Windows color (decimal): -2110541 or 11783135. OLE color: 11783135.

HSL color Cylindrical-coordinate representation of color #DFCBB3: hue angle of 32.73º 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 #DFCBB3 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223203179-
CMYK00.090.200.13
HSL32.73º40.74%78.82%-
HSV(B)32.73º19.73%87.45%-
XYZ59.9261.6551.39-
YUV206.24112.63139.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 179 (70.31% from 255) = 29.59%
R=36.86%
G=33.55%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320317900.090.200.1332.7340.7478.82
HexDFCBB30914D21294f
Octal33731326301124154151117
Binary110111111100101110110011010011010011011000011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBB3; }

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

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

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

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

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

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

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

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