#D5D7AE

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

Shades of Orinoco #D5D7AE

Tints of Orinoco #D5D7AE

Color information

#D5D7AE (or 0xD5D7AE) is unknown color: approx Orinoco. HEX triplet: D5, D7 and AE. RGB value is (213,215,174). Sum of RGB (Red+Green+Blue) = 213+215+174=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D7AE is #2A2851. Grayscale: #D1D1D1. Windows color (decimal): -2762834 or 11458517. OLE color: 11458517.

HSL color Cylindrical-coordinate representation of color #D5D7AE: hue angle of 62.93º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5D7AE is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213215174-
CMYK0.0100.190.16
HSL62.93º33.88%76.27%-
HSV(B)62.93º19.07%84.31%-
XYZ59.3865.849.62-
YUV209.73107.84130.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=35.38%
G=35.71%
B=28.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132151740.0100.190.1662.9333.8876.27
HexD5D7AE1013103f224c
Octal3253272561023207742114
Binary1101010111010111101011101010011100001111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D7AE; }

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

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

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

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

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

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

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

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