#D6D0AD

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

Shades of White Rock #D6D0AD

Tints of White Rock #D6D0AD

Color information

#D6D0AD (or 0xD6D0AD) is unknown color: approx White Rock. HEX triplet: D6, D0 and AD. RGB value is (214,208,173). Sum of RGB (Red+Green+Blue) = 214+208+173=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0AD is #292F52. Grayscale: #CDCDCD. Windows color (decimal): -2699091 or 11391190. OLE color: 11391190.

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

Color convert

RGB214208173-
CMYK00.030.190.16
HSL51.22º33.33%75.88%-
HSV(B)51.22º19.16%83.92%-
XYZ57.8362.4348.54-
YUV205.8109.49133.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=35.97%
G=34.96%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420817300.030.190.1651.2233.3375.88
HexD6D0AD03131033214c
Octal3263202550323206341114
Binary11010110110100001010110101110011100001100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0AD; }

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

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

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

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

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

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

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

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