#D7D3BA

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

Shades of White Rock #D7D3BA

Tints of White Rock #D7D3BA

Color information

#D7D3BA (or 0xD7D3BA) is unknown color: approx White Rock. HEX triplet: D7, D3 and BA. RGB value is (215,211,186). Sum of RGB (Red+Green+Blue) = 215+211+186=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3BA is #282C45. Grayscale: #D1D1D1. Windows color (decimal): -2632774 or 12243927. OLE color: 12243927.

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

Color convert

RGB215211186-
CMYK00.020.130.16
HSL51.72º26.61%78.63%-
HSV(B)51.72º13.49%84.31%-
XYZ60.1864.5855.75-
YUV209.35114.83132.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=35.13%
G=34.48%
B=30.39%

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
Decimal21521118600.020.130.1651.7226.6178.63
HexD7D3BA02D10341b4f
Octal3273232720215206433117
Binary110101111101001110111010010110110000110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3BA; }

 p { color: rgb(215,211,186); }

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

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

 a { background-color: rgb(215,211,186); }

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

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

 span { border-color: rgb(215,211,186); }

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