#D3D69F

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

Shades of Orinoco #D3D69F

Tints of Orinoco #D3D69F

Color information

#D3D69F (or 0xD3D69F) is unknown color: approx Orinoco. HEX triplet: D3, D6 and 9F. RGB value is (211,214,159). Sum of RGB (Red+Green+Blue) = 211+214+159=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D69F is #2C2960. Grayscale: #CFCFCF. Windows color (decimal): -2894177 or 10475219. OLE color: 10475219.

HSL color Cylindrical-coordinate representation of color #D3D69F: hue angle of 63.27º 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 #D3D69F is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB211214159-
CMYK0.0100.260.16
HSL63.27º40.15%73.14%-
HSV(B)63.27º25.7%83.92%-
XYZ57.1764.4542.23-
YUV206.83101.01130.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.13%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=36.13%
G=36.64%
B=27.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112141590.0100.260.1663.2740.1573.14
HexD3D69F101A103f2849
Octal3233262371032207750111
Binary1101001111010110100111111011010100001111111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D69F; }

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

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

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

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

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

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

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

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