#D7D1AE

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

Shades of White Rock #D7D1AE

Tints of White Rock #D7D1AE

Color information

#D7D1AE (or 0xD7D1AE) is unknown color: approx White Rock. HEX triplet: D7, D1 and AE. RGB value is (215,209,174). Sum of RGB (Red+Green+Blue) = 215+209+174=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D1AE is #282E51. Grayscale: #CECECE. Windows color (decimal): -2633298 or 11456983. OLE color: 11456983.

HSL color Cylindrical-coordinate representation of color #D7D1AE: hue angle of 51.22º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7D1AE is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215209174-
CMYK00.030.190.16
HSL51.22º33.88%76.27%-
HSV(B)51.22º19.07%84.31%-
XYZ58.4663.149.14-
YUV206.8109.49133.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=35.95%
G=34.95%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520917400.030.190.1651.2233.8876.27
HexD7D1AE03131033224c
Octal3273212560323206342114
Binary11010111110100011010111001110011100001100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D1AE; }

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

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

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

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

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

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

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

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