#D1D2AF

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

Shades of Orinoco #D1D2AF

Tints of Orinoco #D1D2AF

Color information

#D1D2AF (or 0xD1D2AF) is unknown color: approx Orinoco. HEX triplet: D1, D2 and AF. RGB value is (209,210,175). Sum of RGB (Red+Green+Blue) = 209+210+175=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D2AF is #2E2D50. Grayscale: #CDCDCD. Windows color (decimal): -3026257 or 11522769. OLE color: 11522769.

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

Color convert

RGB209210175-
CMYK0.0000.170.18
HSL61.71º28%75.49%-
HSV(B)61.71º16.67%82.35%-
XYZ57.0862.7449.66-
YUV205.71110.67130.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=35.19%
G=35.35%
B=29.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101750.0000.170.1861.712875.49
HexD1D2AF0011123e1c4b
Octal3213222570021227634113
Binary110100011101001010101111001000110010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D2AF; }

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

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

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

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

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

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

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

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