#D7DEAE

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

Shades of Orinoco #D7DEAE

Tints of Orinoco #D7DEAE

Color information

#D7DEAE (or 0xD7DEAE) is unknown color: approx Orinoco. HEX triplet: D7, DE and AE. RGB value is (215,222,174). Sum of RGB (Red+Green+Blue) = 215+222+174=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DEAE is #282151. Grayscale: #D6D6D6. Windows color (decimal): -2629970 or 11460311. OLE color: 11460311.

HSL color Cylindrical-coordinate representation of color #D7DEAE: hue angle of 68.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7DEAE is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB215222174-
CMYK0.0300.220.13
HSL68.75º42.11%77.65%-
HSV(B)68.75º21.62%87.06%-
XYZ61.7969.7550.25-
YUV214.44105.18128.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=35.19%
G=36.33%
B=28.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152221740.0300.220.1368.7542.1177.65
HexD7DEAE3016D452a4e
Octal32733625630261510552116
Binary11010111110111101010111011010110110110001011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEAE; }

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

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

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

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

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

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

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

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