#DAC0AD

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

Shades of Just Right #DAC0AD

Tints of Just Right #DAC0AD

Color information

#DAC0AD (or 0xDAC0AD) is unknown color: approx Just Right. HEX triplet: DA, C0 and AD. RGB value is (218,192,173). Sum of RGB (Red+Green+Blue) = 218+192+173=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0AD is #253F52. Grayscale: #C5C5C5. Windows color (decimal): -2441043 or 11387098. OLE color: 11387098.

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

Color convert

RGB218192173-
CMYK00.120.210.15
HSL25.33º37.82%76.67%-
HSV(B)25.33º20.64%85.49%-
XYZ55.3155.6247.36-
YUV197.61114.11142.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=37.39%
G=32.93%
B=29.67%

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
Decimal21819217300.120.210.1525.3337.8276.67
HexDAC0AD0C15F19264d
Octal33230025501425173146115
Binary11011010110000001010110101100101011111110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0AD; }

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

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

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

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

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

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

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

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