#DAB9A1

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

Shades of Just Right #DAB9A1

Tints of Just Right #DAB9A1

Color information

#DAB9A1 (or 0xDAB9A1) is unknown color: approx Just Right. HEX triplet: DA, B9 and A1. RGB value is (218,185,161). Sum of RGB (Red+Green+Blue) = 218+185+161=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9A1 is #25465E. Grayscale: #C0C0C0. Windows color (decimal): -2442847 or 10598874. OLE color: 10598874.

HSL color Cylindrical-coordinate representation of color #DAB9A1: hue angle of 25.26º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB9A1 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218185161-
CMYK00.150.260.15
HSL25.26º43.51%74.31%-
HSV(B)25.26º26.15%85.49%-
XYZ52.752.1841.01-
YUV192.13110.43146.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=38.65%
G=32.80%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818516100.150.260.1525.2643.5174.31
HexDAB9A10F1AF192c4a
Octal33227124101732173154112
Binary11011010101110011010000101111110101111110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9A1; }

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

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

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

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

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

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

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

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