#D6D1BA

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

Shades of White Rock #D6D1BA

Tints of White Rock #D6D1BA

Color information

#D6D1BA (or 0xD6D1BA) is unknown color: approx White Rock. HEX triplet: D6, D1 and BA. RGB value is (214,209,186). Sum of RGB (Red+Green+Blue) = 214+209+186=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1BA is #292E45. Grayscale: #CFCFCF. Windows color (decimal): -2698822 or 12243414. OLE color: 12243414.

HSL color Cylindrical-coordinate representation of color #D6D1BA: hue angle of 49.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6D1BA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214209186-
CMYK00.020.130.16
HSL49.29º25.45%78.43%-
HSV(B)49.29º13.08%83.92%-
XYZ59.3963.4455.57-
YUV207.87115.66132.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=35.14%
G=34.32%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420918600.020.130.1649.2925.4578.43
HexD6D1BA02D1031194e
Octal3263212720215206131116
Binary110101101101000110111010010110110000110001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1BA; }

 p { color: rgb(214,209,186); }

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

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

 a { background-color: rgb(214,209,186); }

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

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

 span { border-color: rgb(214,209,186); }

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