#DABDAA

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

Shades of Just Right #DABDAA

Tints of Just Right #DABDAA

Color information

#DABDAA (or 0xDABDAA) is unknown color: approx Just Right. HEX triplet: DA, BD and AA. RGB value is (218,189,170). Sum of RGB (Red+Green+Blue) = 218+189+170=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDAA is #254255. Grayscale: #C3C3C3. Windows color (decimal): -2441814 or 11189722. OLE color: 11189722.

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

Color convert

RGB218189170-
CMYK00.130.220.15
HSL23.75º39.34%76.08%-
HSV(B)23.75º22.02%85.49%-
XYZ54.3754.245.63-
YUV195.5113.61144.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=37.78%
G=32.76%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818917000.130.220.1523.7539.3476.08
HexDABDAA0D16F18274c
Octal33227525201526173047114
Binary11011010101111011010101001101101101111110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDAA; }

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

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

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

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

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

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

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

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