#DAB9A9

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

Shades of Just Right #DAB9A9

Tints of Just Right #DAB9A9

Color information

#DAB9A9 (or 0xDAB9A9) is unknown color: approx Just Right. HEX triplet: DA, B9 and A9. RGB value is (218,185,169). Sum of RGB (Red+Green+Blue) = 218+185+169=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9A9 is #254656. Grayscale: #C1C1C1. Windows color (decimal): -2442839 or 11123162. OLE color: 11123162.

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

Color convert

RGB218185169-
CMYK00.150.220.15
HSL19.59º39.84%75.88%-
HSV(B)19.59º22.48%85.49%-
XYZ53.4252.4744.85-
YUV193.04114.43145.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 169 (66.41% from 255) = 29.55%
R=38.11%
G=32.34%
B=29.55%

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
Decimal21818516900.150.220.1519.5939.8475.88
HexDAB9A90F16F14284c
Octal33227125101726172450114
Binary11011010101110011010100101111101101111101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9A9; }

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

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

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

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

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

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

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

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