#DABBA6

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

Shades of Just Right #DABBA6

Tints of Just Right #DABBA6

Color information

#DABBA6 (or 0xDABBA6) is unknown color: approx Just Right. HEX triplet: DA, BB and A6. RGB value is (218,187,166). Sum of RGB (Red+Green+Blue) = 218+187+166=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA6 is #254459. Grayscale: #C1C1C1. Windows color (decimal): -2442330 or 10927066. OLE color: 10927066.

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

Color convert

RGB218187166-
CMYK00.140.240.15
HSL24.23º41.27%75.29%-
HSV(B)24.23º23.85%85.49%-
XYZ53.5753.243.52-
YUV193.88112.27145.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=38.18%
G=32.75%
B=29.07%

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
Decimal21818716600.140.240.1524.2341.2775.29
HexDABBA60E18F18294b
Octal33227324601630173051113
Binary11011010101110111010011001110110001111110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA6; }

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

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

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

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

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

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

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

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