#DABBA9

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

Shades of Just Right #DABBA9

Tints of Just Right #DABBA9

Color information

#DABBA9 (or 0xDABBA9) is unknown color: approx Just Right. HEX triplet: DA, BB and A9. RGB value is (218,187,169). Sum of RGB (Red+Green+Blue) = 218+187+169=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA9 is #254456. Grayscale: #C2C2C2. Windows color (decimal): -2442327 or 11123674. OLE color: 11123674.

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

Color convert

RGB218187169-
CMYK00.140.220.15
HSL22.04º39.84%75.88%-
HSV(B)22.04º22.48%85.49%-
XYZ53.8553.3144.99-
YUV194.22113.77144.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 169 (66.41% from 255) = 29.44%
R=37.98%
G=32.58%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818716900.140.220.1522.0439.8475.88
HexDABBA90E16F16284c
Octal33227325101626172650114
Binary11011010101110111010100101110101101111101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA9; }

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

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

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

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

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

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

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

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