#DAD1B1

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

Shades of White Rock #DAD1B1

Tints of White Rock #DAD1B1

Color information

#DAD1B1 (or 0xDAD1B1) is unknown color: approx White Rock. HEX triplet: DA, D1 and B1. RGB value is (218,209,177). Sum of RGB (Red+Green+Blue) = 218+209+177=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1B1 is #252E4E. Grayscale: #D0D0D0. Windows color (decimal): -2436687 or 11653594. OLE color: 11653594.

HSL color Cylindrical-coordinate representation of color #DAD1B1: hue angle of 46.83º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAD1B1 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218209177-
CMYK00.040.190.15
HSL46.83º35.65%77.45%-
HSV(B)46.83º18.81%85.49%-
XYZ59.6563.6850.74-
YUV208.04110.48135.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=36.09%
G=34.60%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820917700.040.190.1546.8335.6577.45
HexDAD1B10413F2f244d
Octal3323212610423175744115
Binary11011010110100011011000101001001111111011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1B1; }

 p { color: rgb(218,209,177); }

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

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

 a { background-color: rgb(218,209,177); }

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

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

 span { border-color: rgb(218,209,177); }

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