#DABBA2

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

Shades of Just Right #DABBA2

Tints of Just Right #DABBA2

Color information

#DABBA2 (or 0xDABBA2) is unknown color: approx Just Right. HEX triplet: DA, BB and A2. RGB value is (218,187,162). Sum of RGB (Red+Green+Blue) = 218+187+162=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA2 is #25445D. Grayscale: #C1C1C1. Windows color (decimal): -2442334 or 10664922. OLE color: 10664922.

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

Color convert

RGB218187162-
CMYK00.140.260.15
HSL26.79º43.08%74.51%-
HSV(B)26.79º25.69%85.49%-
XYZ53.2153.0541.62-
YUV193.42110.27145.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 162 (63.67% from 255) = 28.57%
R=38.45%
G=32.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818716200.140.260.1526.7943.0874.51
HexDABBA20E1AF1b2b4b
Octal33227324201632173353113
Binary11011010101110111010001001110110101111110111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA2; }

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

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

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

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

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

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

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

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