#D3DB9D

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

Shades of Orinoco #D3DB9D

Tints of Orinoco #D3DB9D

Color information

#D3DB9D (or 0xD3DB9D) is unknown color: approx Orinoco. HEX triplet: D3, DB and 9D. RGB value is (211,219,157). Sum of RGB (Red+Green+Blue) = 211+219+157=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB9D is #2C2462. Grayscale: #D1D1D1. Windows color (decimal): -2892899 or 10345427. OLE color: 10345427.

HSL color Cylindrical-coordinate representation of color #D3DB9D: hue angle of 67.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3DB9D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB211219157-
CMYK0.0400.280.14
HSL67.74º46.27%73.73%-
HSV(B)67.74º28.31%85.88%-
XYZ58.2866.9541.75-
YUV209.5498.35129.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 157 (61.72% from 255) = 26.75%
R=35.95%
G=37.31%
B=26.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191570.0400.280.1467.7446.2773.73
HexD3DB9D401CE442e4a
Octal32333323540341610456112
Binary110100111101101110011101100011100111010001001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DB9D; }

 p { color: rgb(211,219,157); }

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

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

 a { background-color: rgb(211,219,157); }

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

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

 span { border-color: rgb(211,219,157); }

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