#DABBA7

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

Shades of Just Right #DABBA7

Tints of Just Right #DABBA7

Color information

#DABBA7 (or 0xDABBA7) is unknown color: approx Just Right. HEX triplet: DA, BB and A7. RGB value is (218,187,167). Sum of RGB (Red+Green+Blue) = 218+187+167=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA7 is #254458. Grayscale: #C2C2C2. Windows color (decimal): -2442329 or 10992602. OLE color: 10992602.

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

Color convert

RGB218187167-
CMYK00.140.230.15
HSL23.53º40.8%75.49%-
HSV(B)23.53º23.39%85.49%-
XYZ53.6653.2444.01-
YUV193.99112.77145.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 167 (65.62% from 255) = 29.20%
R=38.11%
G=32.69%
B=29.20%

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
Decimal21818716700.140.230.1523.5340.875.49
HexDABBA70E17F18294b
Octal33227324701627173051113
Binary11011010101110111010011101110101111111110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA7; }

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

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

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

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

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

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

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

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