#DFBDAD

Color #DFBDAD Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DFBDAD

Tints of Just Right #DFBDAD

Color information

#DFBDAD (or 0xDFBDAD) is unknown color: approx Just Right. HEX triplet: DF, BD and AD. RGB value is (223,189,173). Sum of RGB (Red+Green+Blue) = 223+189+173=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDAD is #204252. Grayscale: #C5C5C5. Windows color (decimal): -2114131 or 11386335. OLE color: 11386335.

HSL color Cylindrical-coordinate representation of color #DFBDAD: hue angle of 19.2º degrees, saturation: 0.44, 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 #DFBDAD is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223189173-
CMYK00.150.220.13
HSL19.2º43.86%77.65%-
HSV(B)19.2º22.42%87.45%-
XYZ56.1755.147.21-
YUV197.34114.26146.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=38.12%
G=32.31%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318917300.150.220.1319.243.8677.65
HexDFBDAD0F16D132c4e
Octal33727525501726152354116
Binary11011111101111011010110101111101101101100111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDAD; }

 p { color: rgb(223,189,173); }

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

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

 a { background-color: rgb(223,189,173); }

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

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

 span { border-color: rgb(223,189,173); }

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