#DABAA8

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

Shades of Just Right #DABAA8

Tints of Just Right #DABAA8

Color information

#DABAA8 (or 0xDABAA8) is unknown color: approx Just Right. HEX triplet: DA, BA and A8. RGB value is (218,186,168). Sum of RGB (Red+Green+Blue) = 218+186+168=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA8 is #254557. Grayscale: #C1C1C1. Windows color (decimal): -2442584 or 11057882. OLE color: 11057882.

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

Color convert

RGB218186168-
CMYK00.150.230.15
HSL21.6º40.32%75.69%-
HSV(B)21.6º22.94%85.49%-
XYZ53.5452.8544.43-
YUV193.52113.6145.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 168 (66.02% from 255) = 29.37%
R=38.11%
G=32.52%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818616800.150.230.1521.640.3275.69
HexDABAA80F17F16284c
Octal33227225001727172650114
Binary11011010101110101010100001111101111111101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAA8; }

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

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

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

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

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

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

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

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