#DAD1B0

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

Shades of White Rock #DAD1B0

Tints of White Rock #DAD1B0

Color information

#DAD1B0 (or 0xDAD1B0) is unknown color: approx White Rock. HEX triplet: DA, D1 and B0. RGB value is (218,209,176). Sum of RGB (Red+Green+Blue) = 218+209+176=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1B0 is #252E4F. Grayscale: #D0D0D0. Windows color (decimal): -2436688 or 11588058. OLE color: 11588058.

HSL color Cylindrical-coordinate representation of color #DAD1B0: hue angle of 47.14º 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 #DAD1B0 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218209176-
CMYK00.040.190.15
HSL47.14º36.21%77.25%-
HSV(B)47.14º19.27%85.49%-
XYZ59.5563.6450.22-
YUV207.93109.98135.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 209 (82.03% from 255) = 34.66%
BLUE value IS 176 (69.14% from 255) = 29.19%
R=36.15%
G=34.66%
B=29.19%

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
Decimal21820917600.040.190.1547.1436.2177.25
HexDAD1B00413F2f244d
Octal3323212600423175744115
Binary11011010110100011011000001001001111111011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1B0; }

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

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

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

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

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

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

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

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