#D5D1BA

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

Shades of White Rock #D5D1BA

Tints of White Rock #D5D1BA

Color information

#D5D1BA (or 0xD5D1BA) is unknown color: approx White Rock. HEX triplet: D5, D1 and BA. RGB value is (213,209,186). Sum of RGB (Red+Green+Blue) = 213+209+186=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1BA is #2A2E45. Grayscale: #CFCFCF. Windows color (decimal): -2764358 or 12243413. OLE color: 12243413.

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

Color convert

RGB213209186-
CMYK00.020.130.16
HSL51.11º24.32%78.24%-
HSV(B)51.11º12.68%83.53%-
XYZ59.163.2955.56-
YUV207.57115.83131.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=35.03%
G=34.38%
B=30.59%

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
Decimal21320918600.020.130.1651.1124.3278.24
HexD5D1BA02D1033184e
Octal3253212720215206330116
Binary110101011101000110111010010110110000110011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1BA; }

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

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

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

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

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

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

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

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