#D5D0BA

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

Shades of White Rock #D5D0BA

Tints of White Rock #D5D0BA

Color information

#D5D0BA (or 0xD5D0BA) is unknown color: approx White Rock. HEX triplet: D5, D0 and BA. RGB value is (213,208,186). Sum of RGB (Red+Green+Blue) = 213+208+186=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0BA is #2A2F45. Grayscale: #CFCFCF. Windows color (decimal): -2764614 or 12243157. OLE color: 12243157.

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

Color convert

RGB213208186-
CMYK00.020.130.16
HSL48.89º24.32%78.24%-
HSV(B)48.89º12.68%83.53%-
XYZ58.8662.855.47-
YUV206.99116.16132.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=35.09%
G=34.27%
B=30.64%

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
Decimal21320818600.020.130.1648.8924.3278.24
HexD5D0BA02D1031184e
Octal3253202720215206130116
Binary110101011101000010111010010110110000110001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0BA; }

 p { color: rgb(213,208,186); }

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

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

 a { background-color: rgb(213,208,186); }

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

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

 span { border-color: rgb(213,208,186); }

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