#D6D0AB

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

Shades of White Rock #D6D0AB

Tints of White Rock #D6D0AB

Color information

#D6D0AB (or 0xD6D0AB) is unknown color: approx White Rock. HEX triplet: D6, D0 and AB. RGB value is (214,208,171). Sum of RGB (Red+Green+Blue) = 214+208+171=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0AB is #292F54. Grayscale: #CDCDCD. Windows color (decimal): -2699093 or 11260118. OLE color: 11260118.

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

Color convert

RGB214208171-
CMYK00.030.200.16
HSL51.63º34.4%75.49%-
HSV(B)51.63º20.09%83.92%-
XYZ57.6462.3547.52-
YUV205.58108.49134.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 208 (81.64% from 255) = 35.08%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=36.09%
G=35.08%
B=28.84%

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
Decimal21420817100.030.200.1651.6334.475.49
HexD6D0AB03141034224b
Octal3263202530324206442113
Binary11010110110100001010101101110100100001101001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0AB; }

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

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

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

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

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

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

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

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