#DAD6B4

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

Shades of White Rock #DAD6B4

Tints of White Rock #DAD6B4

Color information

#DAD6B4 (or 0xDAD6B4) is unknown color: approx White Rock. HEX triplet: DA, D6 and B4. RGB value is (218,214,180). Sum of RGB (Red+Green+Blue) = 218+214+180=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6B4 is #25294B. Grayscale: #D3D3D3. Windows color (decimal): -2435404 or 11851482. OLE color: 11851482.

HSL color Cylindrical-coordinate representation of color #DAD6B4: hue angle of 53.68º degrees, saturation: 0.34, 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 #DAD6B4 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218214180-
CMYK00.020.170.15
HSL53.68º33.93%78.04%-
HSV(B)53.68º17.43%85.49%-
XYZ61.266.2952.75-
YUV211.32110.33132.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=35.62%
G=34.97%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821418000.020.170.1553.6833.9378.04
HexDAD6B40211F36224e
Octal3323262640221176642116
Binary1101101011010110101101000101000111111101101000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6B4; }

 p { color: rgb(218,214,180); }

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

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

 a { background-color: rgb(218,214,180); }

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

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

 span { border-color: rgb(218,214,180); }

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