#DABBA8

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

Shades of Just Right #DABBA8

Tints of Just Right #DABBA8

Color information

#DABBA8 (or 0xDABBA8) is unknown color: approx Just Right. HEX triplet: DA, BB and A8. RGB value is (218,187,168). Sum of RGB (Red+Green+Blue) = 218+187+168=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA8 is #254457. Grayscale: #C2C2C2. Windows color (decimal): -2442328 or 11058138. OLE color: 11058138.

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

Color convert

RGB218187168-
CMYK00.140.230.15
HSL22.8º40.32%75.69%-
HSV(B)22.8º22.94%85.49%-
XYZ53.7553.2744.5-
YUV194.1113.27145.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 168 (66.02% from 255) = 29.32%
R=38.05%
G=32.64%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818716800.140.230.1522.840.3275.69
HexDABBA80E17F17284c
Octal33227325001627172750114
Binary11011010101110111010100001110101111111101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA8; }

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

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

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

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

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

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

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

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