#DABDAD

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

Shades of Just Right #DABDAD

Tints of Just Right #DABDAD

Color information

#DABDAD (or 0xDABDAD) is unknown color: approx Just Right. HEX triplet: DA, BD and AD. RGB value is (218,189,173). Sum of RGB (Red+Green+Blue) = 218+189+173=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDAD is #254252. Grayscale: #C3C3C3. Windows color (decimal): -2441811 or 11386330. OLE color: 11386330.

HSL color Cylindrical-coordinate representation of color #DABDAD: hue angle of 21.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABDAD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218189173-
CMYK00.130.210.15
HSL21.33º37.82%76.67%-
HSV(B)21.33º20.64%85.49%-
XYZ54.6554.3247.14-
YUV195.85115.11143.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=37.59%
G=32.59%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818917300.130.210.1521.3337.8276.67
HexDABDAD0D15F15264d
Octal33227525501525172546115
Binary11011010101111011010110101101101011111101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDAD; }

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

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

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

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

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

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

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

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