#DAD4AE

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

Shades of White Rock #DAD4AE

Tints of White Rock #DAD4AE

Color information

#DAD4AE (or 0xDAD4AE) is unknown color: approx White Rock. HEX triplet: DA, D4 and AE. RGB value is (218,212,174). Sum of RGB (Red+Green+Blue) = 218+212+174=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD4AE is #252B51. Grayscale: #D1D1D1. Windows color (decimal): -2435922 or 11457754. OLE color: 11457754.

HSL color Cylindrical-coordinate representation of color #DAD4AE: hue angle of 51.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAD4AE is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218212174-
CMYK00.030.200.15
HSL51.82º37.29%76.86%-
HSV(B)51.82º20.18%85.49%-
XYZ60.165.0549.43-
YUV209.46107.99134.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=36.09%
G=35.10%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821217400.030.200.1551.8237.2976.86
HexDAD4AE0314F34254d
Octal3323242560324176445115
Binary1101101011010100101011100111010011111101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4AE; }

 p { color: rgb(218,212,174); }

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

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

 a { background-color: rgb(218,212,174); }

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

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

 span { border-color: rgb(218,212,174); }

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