#DABBAA

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

Shades of Just Right #DABBAA

Tints of Just Right #DABBAA

Color information

#DABBAA (or 0xDABBAA) is unknown color: approx Just Right. HEX triplet: DA, BB and AA. RGB value is (218,187,170). Sum of RGB (Red+Green+Blue) = 218+187+170=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAA is #254455. Grayscale: #C2C2C2. Windows color (decimal): -2442326 or 11189210. OLE color: 11189210.

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

Color convert

RGB218187170-
CMYK00.140.220.15
HSL21.25º39.34%76.08%-
HSV(B)21.25º22.02%85.49%-
XYZ53.9453.3545.48-
YUV194.33114.27144.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=37.91%
G=32.52%
B=29.57%

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
Decimal21818717000.140.220.1521.2539.3476.08
HexDABBAA0E16F15274c
Octal33227325201626172547114
Binary11011010101110111010101001110101101111101011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBAA; }

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

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

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

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

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

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

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

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