#D2DDAE

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

Shades of Orinoco #D2DDAE

Tints of Orinoco #D2DDAE

Color information

#D2DDAE (or 0xD2DDAE) is unknown color: approx Orinoco. HEX triplet: D2, DD and AE. RGB value is (210,221,174). Sum of RGB (Red+Green+Blue) = 210+221+174=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDAE is #2D2251. Grayscale: #D4D4D4. Windows color (decimal): -2957906 or 11460050. OLE color: 11460050.

HSL color Cylindrical-coordinate representation of color #D2DDAE: hue angle of 74.04º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2DDAE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB210221174-
CMYK0.0500.210.13
HSL74.04º40.87%77.45%-
HSV(B)74.04º21.27%86.67%-
XYZ60.0768.4750.09-
YUV212.35106.36126.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=34.71%
G=36.53%
B=28.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211740.0500.210.1374.0440.8777.45
HexD2DDAE5015D4a294d
Octal32233525650251511251115
Binary110100101101110110101110101010101110110010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDAE; }

 p { color: rgb(210,221,174); }

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

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

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

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

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

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

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