#D1D69F

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

Shades of Orinoco #D1D69F

Tints of Orinoco #D1D69F

Color information

#D1D69F (or 0xD1D69F) is unknown color: approx Orinoco. HEX triplet: D1, D6 and 9F. RGB value is (209,214,159). Sum of RGB (Red+Green+Blue) = 209+214+159=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D69F is #2E2960. Grayscale: #CECECE. Windows color (decimal): -3025249 or 10475217. OLE color: 10475217.

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

Color convert

RGB209214159-
CMYK0.0200.260.16
HSL65.45º40.15%73.14%-
HSV(B)65.45º25.7%83.92%-
XYZ56.664.1542.2-
YUV206.24101.34129.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 159 (62.5% from 255) = 27.32%
R=35.91%
G=36.77%
B=27.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141590.0200.260.1665.4540.1573.14
HexD1D69F201A10412849
Octal32132623720322010150111
Binary110100011101011010011111100110101000010000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D69F; }

 p { color: rgb(209,214,159); }

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

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

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

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

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

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

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