#DABBAC

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

Shades of Just Right #DABBAC

Tints of Just Right #DABBAC

Color information

#DABBAC (or 0xDABBAC) is unknown color: approx Just Right. HEX triplet: DA, BB and AC. RGB value is (218,187,172). Sum of RGB (Red+Green+Blue) = 218+187+172=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAC is #254453. Grayscale: #C2C2C2. Windows color (decimal): -2442324 or 11320282. OLE color: 11320282.

HSL color Cylindrical-coordinate representation of color #DABBAC: hue angle of 19.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABBAC is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218187172-
CMYK00.140.210.15
HSL19.57º38.33%76.47%-
HSV(B)19.57º21.1%85.49%-
XYZ54.1353.4246.49-
YUV194.56115.27144.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=37.78%
G=32.41%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818717200.140.210.1519.5738.3376.47
HexDABBAC0E15F14264c
Octal33227325401625172446114
Binary11011010101110111010110001110101011111101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBAC; }

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

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

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

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

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

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

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

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