#DABCA6

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

Shades of Just Right #DABCA6

Tints of Just Right #DABCA6

Color information

#DABCA6 (or 0xDABCA6) is unknown color: approx Just Right. HEX triplet: DA, BC and A6. RGB value is (218,188,166). Sum of RGB (Red+Green+Blue) = 218+188+166=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCA6 is #254359. Grayscale: #C2C2C2. Windows color (decimal): -2442074 or 10927322. OLE color: 10927322.

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

Color convert

RGB218188166-
CMYK00.140.240.15
HSL25.38º41.27%75.29%-
HSV(B)25.38º23.85%85.49%-
XYZ53.7853.6343.59-
YUV194.46111.94144.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 166 (65.23% from 255) = 29.02%
R=38.11%
G=32.87%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818816600.140.240.1525.3841.2775.29
HexDABCA60E18F19294b
Octal33227424601630173151113
Binary11011010101111001010011001110110001111110011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCA6; }

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

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

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

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

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

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

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

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