#D8D1B4

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

Shades of White Rock #D8D1B4

Tints of White Rock #D8D1B4

Color information

#D8D1B4 (or 0xD8D1B4) is unknown color: approx White Rock. HEX triplet: D8, D1 and B4. RGB value is (216,209,180). Sum of RGB (Red+Green+Blue) = 216+209+180=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1B4 is #272E4B. Grayscale: #CFCFCF. Windows color (decimal): -2567756 or 11850200. OLE color: 11850200.

HSL color Cylindrical-coordinate representation of color #D8D1B4: hue angle of 48.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8D1B4 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216209180-
CMYK00.030.170.15
HSL48.33º31.58%77.65%-
HSV(B)48.33º16.67%84.71%-
XYZ59.3663.552.31-
YUV207.79112.32133.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 209 (82.03% from 255) = 34.55%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=35.70%
G=34.55%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620918000.030.170.1548.3331.5877.65
HexD8D1B40311F30204e
Octal3303212640321176040116
Binary1101100011010001101101000111000111111100001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D1B4; }

 p { color: rgb(216,209,180); }

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

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

 a { background-color: rgb(216,209,180); }

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

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

 span { border-color: rgb(216,209,180); }

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