#DAD9AE

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

Shades of Orinoco #DAD9AE

Tints of Orinoco #DAD9AE

Color information

#DAD9AE (or 0xDAD9AE) is unknown color: approx Orinoco. HEX triplet: DA, D9 and AE. RGB value is (218,217,174). Sum of RGB (Red+Green+Blue) = 218+217+174=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9AE is #252651. Grayscale: #D4D4D4. Windows color (decimal): -2434642 or 11459034. OLE color: 11459034.

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

Color convert

RGB218217174-
CMYK00.000.200.15
HSL58.64º37.29%76.86%-
HSV(B)58.64º20.18%85.49%-
XYZ61.3767.5949.86-
YUV212.4106.33132-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=35.80%
G=35.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821717400.000.200.1558.6437.2976.86
HexDAD9AE0014F3b254d
Octal3323312560024177345115
Binary110110101101100110101110001010011111110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9AE; }

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

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

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

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

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

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

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

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