#D1D5AE

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

Shades of Orinoco #D1D5AE

Tints of Orinoco #D1D5AE

Color information

#D1D5AE (or 0xD1D5AE) is unknown color: approx Orinoco. HEX triplet: D1, D5 and AE. RGB value is (209,213,174). Sum of RGB (Red+Green+Blue) = 209+213+174=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D5AE is #2E2A51. Grayscale: #CFCFCF. Windows color (decimal): -3025490 or 11458001. OLE color: 11458001.

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

Color convert

RGB209213174-
CMYK0.0200.180.16
HSL66.15º31.71%75.88%-
HSV(B)66.15º18.31%83.53%-
XYZ57.7364.249.39-
YUV207.36109.17129.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=35.07%
G=35.74%
B=29.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092131740.0200.180.1666.1531.7175.88
HexD1D5AE20121042204c
Octal32132525620222010240114
Binary110100011101010110101110100100101000010000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5AE; }

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

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

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

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

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

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

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

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