#DAC5B8

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

Shades of Just Right #DAC5B8

Tints of Just Right #DAC5B8

Color information

#DAC5B8 (or 0xDAC5B8) is unknown color: approx Just Right. HEX triplet: DA, C5 and B8. RGB value is (218,197,184). Sum of RGB (Red+Green+Blue) = 218+197+184=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5B8 is #253A47. Grayscale: #C9C9C9. Windows color (decimal): -2439752 or 12109274. OLE color: 12109274.

HSL color Cylindrical-coordinate representation of color #DAC5B8: hue angle of 22.94º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC5B8 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB218197184-
CMYK00.100.160.15
HSL22.94º31.48%78.82%-
HSV(B)22.94º15.6%85.49%-
XYZ57.5358.353.57-
YUV201.8117.96139.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 197 (77.34% from 255) = 32.89%
BLUE value IS 184 (72.27% from 255) = 30.72%
R=36.39%
G=32.89%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819718400.100.160.1522.9431.4878.82
HexDAC5B80A10F171f4f
Octal33230527001220172737117
Binary1101101011000101101110000101010000111110111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5B8; }

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

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

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

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

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

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

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

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