#D4DDAE

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

Shades of Orinoco #D4DDAE

Tints of Orinoco #D4DDAE

Color information

#D4DDAE (or 0xD4DDAE) is unknown color: approx Orinoco. HEX triplet: D4, DD and AE. RGB value is (212,221,174). Sum of RGB (Red+Green+Blue) = 212+221+174=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DDAE is #2B2251. Grayscale: #D5D5D5. Windows color (decimal): -2826834 or 11460052. OLE color: 11460052.

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

Color convert

RGB212221174-
CMYK0.0400.210.13
HSL71.49º40.87%77.45%-
HSV(B)71.49º21.27%86.67%-
XYZ60.6568.7750.12-
YUV212.95106.02127.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=34.93%
G=36.41%
B=28.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211740.0400.210.1371.4940.8777.45
HexD4DDAE4015D47294d
Octal32433525640251510751115
Binary110101001101110110101110100010101110110001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDAE; }

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

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

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

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

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

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

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

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