#DAB9AA

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

Shades of Just Right #DAB9AA

Tints of Just Right #DAB9AA

Color information

#DAB9AA (or 0xDAB9AA) is unknown color: approx Just Right. HEX triplet: DA, B9 and AA. RGB value is (218,185,170). Sum of RGB (Red+Green+Blue) = 218+185+170=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9AA is #254655. Grayscale: #C1C1C1. Windows color (decimal): -2442838 or 11188698. OLE color: 11188698.

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

Color convert

RGB218185170-
CMYK00.150.220.15
HSL18.75º39.34%76.08%-
HSV(B)18.75º22.02%85.49%-
XYZ53.5252.5145.34-
YUV193.16114.93145.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=38.05%
G=32.29%
B=29.67%

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
Decimal21818517000.150.220.1518.7539.3476.08
HexDAB9AA0F16F13274c
Octal33227125201726172347114
Binary11011010101110011010101001111101101111100111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9AA; }

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

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

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

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

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

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

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

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