#DAC0AC

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

Shades of Just Right #DAC0AC

Tints of Just Right #DAC0AC

Color information

#DAC0AC (or 0xDAC0AC) is unknown color: approx Just Right. HEX triplet: DA, C0 and AC. RGB value is (218,192,172). Sum of RGB (Red+Green+Blue) = 218+192+172=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0AC is #253F53. Grayscale: #C5C5C5. Windows color (decimal): -2441044 or 11321562. OLE color: 11321562.

HSL color Cylindrical-coordinate representation of color #DAC0AC: hue angle of 26.09º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC0AC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218192172-
CMYK00.120.210.15
HSL26.09º38.33%76.47%-
HSV(B)26.09º21.1%85.49%-
XYZ55.2155.5846.85-
YUV197.49113.61142.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=37.46%
G=32.99%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819217200.120.210.1526.0938.3376.47
HexDAC0AC0C15F1a264c
Octal33230025401425173246114
Binary11011010110000001010110001100101011111110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0AC; }

 p { color: rgb(218,192,172); }

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

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

 a { background-color: rgb(218,192,172); }

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

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

 span { border-color: rgb(218,192,172); }

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