#DAC1AF

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

Shades of Just Right #DAC1AF

Tints of Just Right #DAC1AF

Color information

#DAC1AF (or 0xDAC1AF) is unknown color: approx Just Right. HEX triplet: DA, C1 and AF. RGB value is (218,193,175). Sum of RGB (Red+Green+Blue) = 218+193+175=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AF is #253E50. Grayscale: #C6C6C6. Windows color (decimal): -2440785 or 11518426. OLE color: 11518426.

HSL color Cylindrical-coordinate representation of color #DAC1AF: hue angle of 25.12º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC1AF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218193175-
CMYK00.110.200.15
HSL25.12º36.75%77.06%-
HSV(B)25.12º19.72%85.49%-
XYZ55.7256.1448.46-
YUV198.42114.78141.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=37.20%
G=32.94%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819317500.110.200.1525.1236.7577.06
HexDAC1AF0B14F19254d
Octal33230125701324173145115
Binary11011010110000011010111101011101001111110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1AF; }

 p { color: rgb(218,193,175); }

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

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

 a { background-color: rgb(218,193,175); }

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

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

 span { border-color: rgb(218,193,175); }

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