#D1D1AF

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

Shades of Orinoco #D1D1AF

Tints of Orinoco #D1D1AF

Color information

#D1D1AF (or 0xD1D1AF) is unknown color: approx Orinoco. HEX triplet: D1, D1 and AF. RGB value is (209,209,175). Sum of RGB (Red+Green+Blue) = 209+209+175=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D1AF is #2E2E50. Grayscale: #CDCDCD. Windows color (decimal): -3026513 or 11522513. OLE color: 11522513.

HSL color Cylindrical-coordinate representation of color #D1D1AF: hue angle of 60º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D1AF is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB209209175-
CMYK000.160.18
HSL60º26.98%75.29%-
HSV(B)60º16.27%81.96%-
XYZ56.8362.2549.58-
YUV205.12111130.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=35.24%
G=35.24%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209209175000.160.186026.9875.29
HexD1D1AF0010123c1b4b
Octal3213212570020227433113
Binary110100011101000110101111001000010010111100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D1AF; }

 p { color: rgb(209,209,175); }

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

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

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

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

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

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

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