#DABCAB

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

Shades of Just Right #DABCAB

Tints of Just Right #DABCAB

Color information

#DABCAB (or 0xDABCAB) is unknown color: approx Just Right. HEX triplet: DA, BC and AB. RGB value is (218,188,171). Sum of RGB (Red+Green+Blue) = 218+188+171=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCAB is #254354. Grayscale: #C3C3C3. Windows color (decimal): -2442069 or 11255002. OLE color: 11255002.

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

Color convert

RGB218188171-
CMYK00.140.220.15
HSL21.7º38.84%76.27%-
HSV(B)21.7º21.56%85.49%-
XYZ54.2553.8146.06-
YUV195.03114.44144.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=37.78%
G=32.58%
B=29.64%

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
Decimal21818817100.140.220.1521.738.8476.27
HexDABCAB0E16F16274c
Octal33227425301626172647114
Binary11011010101111001010101101110101101111101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCAB; }

 p { color: rgb(218,188,171); }

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

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

 a { background-color: rgb(218,188,171); }

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

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

 span { border-color: rgb(218,188,171); }

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