#DABCA5

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

Shades of Just Right #DABCA5

Tints of Just Right #DABCA5

Color information

#DABCA5 (or 0xDABCA5) is unknown color: approx Just Right. HEX triplet: DA, BC and A5. RGB value is (218,188,165). Sum of RGB (Red+Green+Blue) = 218+188+165=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCA5 is #25435A. Grayscale: #C2C2C2. Windows color (decimal): -2442075 or 10861786. OLE color: 10861786.

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

Color convert

RGB218188165-
CMYK00.140.240.15
HSL26.04º41.73%75.1%-
HSV(B)26.04º24.31%85.49%-
XYZ53.6953.5943.11-
YUV194.35111.44144.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=38.18%
G=32.92%
B=28.90%

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
Decimal21818816500.140.240.1526.0441.7375.1
HexDABCA50E18F1a2a4b
Octal33227424501630173252113
Binary11011010101111001010010101110110001111110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCA5; }

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

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

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

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

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

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

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

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