#DABAA9

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

Shades of Just Right #DABAA9

Tints of Just Right #DABAA9

Color information

#DABAA9 (or 0xDABAA9) is unknown color: approx Just Right. HEX triplet: DA, BA and A9. RGB value is (218,186,169). Sum of RGB (Red+Green+Blue) = 218+186+169=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA9 is #254556. Grayscale: #C1C1C1. Windows color (decimal): -2442583 or 11123418. OLE color: 11123418.

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

Color convert

RGB218186169-
CMYK00.150.220.15
HSL20.82º39.84%75.88%-
HSV(B)20.82º22.48%85.49%-
XYZ53.6352.8944.92-
YUV193.63114.1145.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=38.05%
G=32.46%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818616900.150.220.1520.8239.8475.88
HexDABAA90F16F15284c
Octal33227225101726172550114
Binary11011010101110101010100101111101101111101011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAA9; }

 p { color: rgb(218,186,169); }

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

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

 a { background-color: rgb(218,186,169); }

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

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

 span { border-color: rgb(218,186,169); }

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