#DABAA5

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

Shades of Just Right #DABAA5

Tints of Just Right #DABAA5

Color information

#DABAA5 (or 0xDABAA5) is unknown color: approx Just Right. HEX triplet: DA, BA and A5. RGB value is (218,186,165). Sum of RGB (Red+Green+Blue) = 218+186+165=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA5 is #25455A. Grayscale: #C1C1C1. Windows color (decimal): -2442587 or 10861274. OLE color: 10861274.

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

Color convert

RGB218186165-
CMYK00.150.240.15
HSL23.77º41.73%75.1%-
HSV(B)23.77º24.31%85.49%-
XYZ53.2652.7442.97-
YUV193.17112.1145.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 165 (64.84% from 255) = 29.00%
R=38.31%
G=32.69%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818616500.150.240.1523.7741.7375.1
HexDABAA50F18F182a4b
Octal33227224501730173052113
Binary11011010101110101010010101111110001111110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAA5; }

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

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

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

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

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

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

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

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