#DADAAE

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

Shades of Orinoco #DADAAE

Tints of Orinoco #DADAAE

Color information

#DADAAE (or 0xDADAAE) is unknown color: approx Orinoco. HEX triplet: DA, DA and AE. RGB value is (218,218,174). Sum of RGB (Red+Green+Blue) = 218+218+174=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAAE is #252551. Grayscale: #D5D5D5. Windows color (decimal): -2434386 or 11459290. OLE color: 11459290.

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

Color convert

RGB218218174-
CMYK000.200.15
HSL60º37.29%76.86%-
HSV(B)60º20.18%85.49%-
XYZ61.6268.149.94-
YUV212.98106131.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=35.74%
G=35.74%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218174000.200.156037.2976.86
HexDADAAE0014F3c254d
Octal3323322560024177445115
Binary110110101101101010101110001010011111111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAAE; }

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

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

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

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

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

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

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

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