#DAB8A8

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

Shades of Just Right #DAB8A8

Tints of Just Right #DAB8A8

Color information

#DAB8A8 (or 0xDAB8A8) is unknown color: approx Just Right. HEX triplet: DA, B8 and A8. RGB value is (218,184,168). Sum of RGB (Red+Green+Blue) = 218+184+168=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB8A8 is #254757. Grayscale: #C0C0C0. Windows color (decimal): -2443096 or 11057370. OLE color: 11057370.

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

Color convert

RGB218184168-
CMYK00.160.230.15
HSL19.2º40.32%75.69%-
HSV(B)19.2º22.94%85.49%-
XYZ53.1252.0144.29-
YUV192.34114.26146.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 168 (66.02% from 255) = 29.47%
R=38.25%
G=32.28%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818416800.160.230.1519.240.3275.69
HexDAB8A801017F13284c
Octal33227025002027172350114
Binary110110101011100010101000010000101111111100111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8A8; }

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

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

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

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

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

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

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

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