#D4DAAE

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

Shades of Orinoco #D4DAAE

Tints of Orinoco #D4DAAE

Color information

#D4DAAE (or 0xD4DAAE) is unknown color: approx Orinoco. HEX triplet: D4, DA and AE. RGB value is (212,218,174). Sum of RGB (Red+Green+Blue) = 212+218+174=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAAE is #2B2551. Grayscale: #D3D3D3. Windows color (decimal): -2827602 or 11459284. OLE color: 11459284.

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

Color convert

RGB212218174-
CMYK0.0300.200.15
HSL68.18º37.29%76.86%-
HSV(B)68.18º20.18%85.49%-
XYZ59.8667.249.86-
YUV211.19107.01128.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181740.0300.200.1568.1837.2976.86
HexD4DAAE3014F44254d
Octal32433225630241710445115
Binary11010100110110101010111011010100111110001001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAAE; }

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

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

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

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

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

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

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

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