#D6D2AD

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

Shades of White Rock #D6D2AD

Tints of White Rock #D6D2AD

Color information

#D6D2AD (or 0xD6D2AD) is unknown color: approx White Rock. HEX triplet: D6, D2 and AD. RGB value is (214,210,173). Sum of RGB (Red+Green+Blue) = 214+210+173=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D2AD is #292D52. Grayscale: #CFCFCF. Windows color (decimal): -2698579 or 11391702. OLE color: 11391702.

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

Color convert

RGB214210173-
CMYK00.020.190.16
HSL54.15º33.33%75.88%-
HSV(B)54.15º19.16%83.92%-
XYZ58.3263.4148.7-
YUV206.98108.83133.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=35.85%
G=35.18%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421017300.020.190.1654.1533.3375.88
HexD6D2AD02131036214c
Octal3263222550223206641114
Binary11010110110100101010110101010011100001101101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D2AD; }

 p { color: rgb(214,210,173); }

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

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

 a { background-color: rgb(214,210,173); }

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

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

 span { border-color: rgb(214,210,173); }

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