#D7D0AC

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

Shades of White Rock #D7D0AC

Tints of White Rock #D7D0AC

Color information

#D7D0AC (or 0xD7D0AC) is unknown color: approx White Rock. HEX triplet: D7, D0 and AC. RGB value is (215,208,172). Sum of RGB (Red+Green+Blue) = 215+208+172=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D0AC is #282F53. Grayscale: #CECECE. Windows color (decimal): -2633556 or 11325655. OLE color: 11325655.

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

Color convert

RGB215208172-
CMYK00.030.20.16
HSL50.23º34.96%75.88%-
HSV(B)50.23º20%84.31%-
XYZ58.0362.5448.04-
YUV205.99108.82134.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=36.13%
G=34.96%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520817200.030.20.1650.2334.9675.88
HexD7D0AC03141032234c
Octal3273202540324206243114
Binary11010111110100001010110001110100100001100101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0AC; }

 p { color: rgb(215,208,172); }

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

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

 a { background-color: rgb(215,208,172); }

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

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

 span { border-color: rgb(215,208,172); }

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