#D6D0AC

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

Shades of White Rock #D6D0AC

Tints of White Rock #D6D0AC

Color information

#D6D0AC (or 0xD6D0AC) is unknown color: approx White Rock. HEX triplet: D6, D0 and AC. RGB value is (214,208,172). Sum of RGB (Red+Green+Blue) = 214+208+172=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0AC is #292F53. Grayscale: #CDCDCD. Windows color (decimal): -2699092 or 11325654. OLE color: 11325654.

HSL color Cylindrical-coordinate representation of color #D6D0AC: hue angle of 51.43º degrees, saturation: 0.34, 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 #D6D0AC is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214208172-
CMYK00.030.200.16
HSL51.43º33.87%75.69%-
HSV(B)51.43º19.63%83.92%-
XYZ57.7362.3948.03-
YUV205.69108.99133.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 172 (67.58% from 255) = 28.96%
R=36.03%
G=35.02%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420817200.030.200.1651.4333.8775.69
HexD6D0AC03141033224c
Octal3263202540324206342114
Binary11010110110100001010110001110100100001100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0AC; }

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

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

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

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

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

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

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

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