#DABBA5

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

Shades of Just Right #DABBA5

Tints of Just Right #DABBA5

Color information

#DABBA5 (or 0xDABBA5) is unknown color: approx Just Right. HEX triplet: DA, BB and A5. RGB value is (218,187,165). Sum of RGB (Red+Green+Blue) = 218+187+165=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA5 is #25445A. Grayscale: #C1C1C1. Windows color (decimal): -2442331 or 10861530. OLE color: 10861530.

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

Color convert

RGB218187165-
CMYK00.140.240.15
HSL24.91º41.73%75.1%-
HSV(B)24.91º24.31%85.49%-
XYZ53.4853.1643.04-
YUV193.76111.77145.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=38.25%
G=32.81%
B=28.95%

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
Decimal21818716500.140.240.1524.9141.7375.1
HexDABBA50E18F192a4b
Octal33227324501630173152113
Binary11011010101110111010010101110110001111110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA5; }

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

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

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

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

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

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

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

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