#DABCAD

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

Shades of Just Right #DABCAD

Tints of Just Right #DABCAD

Color information

#DABCAD (or 0xDABCAD) is unknown color: approx Just Right. HEX triplet: DA, BC and AD. RGB value is (218,188,173). Sum of RGB (Red+Green+Blue) = 218+188+173=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCAD is #254352. Grayscale: #C3C3C3. Windows color (decimal): -2442067 or 11386074. OLE color: 11386074.

HSL color Cylindrical-coordinate representation of color #DABCAD: hue angle of 20º 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 #DABCAD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218188173-
CMYK00.140.210.15
HSL20º37.82%76.67%-
HSV(B)20º20.64%85.49%-
XYZ54.4453.8947.07-
YUV195.26115.44144.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=37.65%
G=32.47%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818817300.140.210.152037.8276.67
HexDABCAD0E15F14264d
Octal33227425501625172446115
Binary11011010101111001010110101110101011111101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCAD; }

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

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

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

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

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

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

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

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