#DABAA1

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

Shades of Just Right #DABAA1

Tints of Just Right #DABAA1

Color information

#DABAA1 (or 0xDABAA1) is unknown color: approx Just Right. HEX triplet: DA, BA and A1. RGB value is (218,186,161). Sum of RGB (Red+Green+Blue) = 218+186+161=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA1 is #25455E. Grayscale: #C0C0C0. Windows color (decimal): -2442591 or 10599130. OLE color: 10599130.

HSL color Cylindrical-coordinate representation of color #DABAA1: hue angle of 26.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABAA1 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218186161-
CMYK00.150.260.15
HSL26.32º43.51%74.31%-
HSV(B)26.32º26.15%85.49%-
XYZ52.9152.641.08-
YUV192.72110.1146.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 161 (63.28% from 255) = 28.50%
R=38.58%
G=32.92%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818616100.150.260.1526.3243.5174.31
HexDABAA10F1AF1a2c4a
Octal33227224101732173254112
Binary11011010101110101010000101111110101111110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAA1; }

 p { color: rgb(218,186,161); }

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

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

 a { background-color: rgb(218,186,161); }

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

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

 span { border-color: rgb(218,186,161); }

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