#DAD1AE

Color #DAD1AE White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #DAD1AE

Tints of White Rock #DAD1AE

Color information

#DAD1AE (or 0xDAD1AE) is unknown color: approx White Rock. HEX triplet: DA, D1 and AE. RGB value is (218,209,174). Sum of RGB (Red+Green+Blue) = 218+209+174=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1AE is #252E51. Grayscale: #CFCFCF. Windows color (decimal): -2436690 or 11456986. OLE color: 11456986.

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

Color convert

RGB218209174-
CMYK00.040.200.15
HSL47.73º37.29%76.86%-
HSV(B)47.73º20.18%85.49%-
XYZ59.3563.5649.18-
YUV207.7108.98135.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=36.27%
G=34.78%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820917400.040.200.1547.7337.2976.86
HexDAD1AE0414F30254d
Octal3323212560424176045115
Binary11011010110100011010111001001010011111100001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1AE; }

 p { color: rgb(218,209,174); }

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

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

 a { background-color: rgb(218,209,174); }

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

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

 span { border-color: rgb(218,209,174); }

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