#D7DCAE

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

Shades of Orinoco #D7DCAE

Tints of Orinoco #D7DCAE

Color information

#D7DCAE (or 0xD7DCAE) is unknown color: approx Orinoco. HEX triplet: D7, DC and AE. RGB value is (215,220,174). Sum of RGB (Red+Green+Blue) = 215+220+174=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCAE is #282351. Grayscale: #D5D5D5. Windows color (decimal): -2630482 or 11459799. OLE color: 11459799.

HSL color Cylindrical-coordinate representation of color #D7DCAE: hue angle of 66.52º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7DCAE is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB215220174-
CMYK0.0200.210.14
HSL66.52º39.66%77.25%-
HSV(B)66.52º20.91%86.27%-
XYZ61.2668.6950.07-
YUV213.26105.84129.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=35.30%
G=36.12%
B=28.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201740.0200.210.1466.5239.6677.25
HexD7DCAE2015E43284d
Octal32733425620251610350115
Binary11010111110111001010111010010101111010000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCAE; }

 p { color: rgb(215,220,174); }

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

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

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

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

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

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

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