#D3DDAE

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

Shades of Orinoco #D3DDAE

Tints of Orinoco #D3DDAE

Color information

#D3DDAE (or 0xD3DDAE) is unknown color: approx Orinoco. HEX triplet: D3, DD and AE. RGB value is (211,221,174). Sum of RGB (Red+Green+Blue) = 211+221+174=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDAE is #2C2251. Grayscale: #D4D4D4. Windows color (decimal): -2892370 or 11460051. OLE color: 11460051.

HSL color Cylindrical-coordinate representation of color #D3DDAE: hue angle of 72.77º 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 #D3DDAE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB211221174-
CMYK0.0500.210.13
HSL72.77º40.87%77.45%-
HSV(B)72.77º21.27%86.67%-
XYZ60.3668.6250.11-
YUV212.65106.19126.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=34.82%
G=36.47%
B=28.71%

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
Decimal2112211740.0500.210.1372.7740.8777.45
HexD3DDAE5015D49294d
Octal32333525650251511151115
Binary110100111101110110101110101010101110110010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDAE; }

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

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

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

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

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

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

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

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