#D7D4AE

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

Shades of White Rock #D7D4AE

Tints of White Rock #D7D4AE

Color information

#D7D4AE (or 0xD7D4AE) is unknown color: approx White Rock. HEX triplet: D7, D4 and AE. RGB value is (215,212,174). Sum of RGB (Red+Green+Blue) = 215+212+174=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D4AE is #282B51. Grayscale: #D0D0D0. Windows color (decimal): -2632530 or 11457751. OLE color: 11457751.

HSL color Cylindrical-coordinate representation of color #D7D4AE: hue angle of 55.61º 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 #D7D4AE is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215212174-
CMYK00.010.190.16
HSL55.61º33.88%76.27%-
HSV(B)55.61º19.07%84.31%-
XYZ59.2164.5949.39-
YUV208.56108.49132.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=35.77%
G=35.27%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521217400.010.190.1655.6133.8876.27
HexD7D4AE01131038224c
Octal3273242560123207042114
Binary1101011111010100101011100110011100001110001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D4AE; }

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

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

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

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

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

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

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

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