#D5D99E

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

Shades of Orinoco #D5D99E

Tints of Orinoco #D5D99E

Color information

#D5D99E (or 0xD5D99E) is unknown color: approx Orinoco. HEX triplet: D5, D9 and 9E. RGB value is (213,217,158). Sum of RGB (Red+Green+Blue) = 213+217+158=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D99E is #2A2661. Grayscale: #D1D1D1. Windows color (decimal): -2762338 or 10410453. OLE color: 10410453.

HSL color Cylindrical-coordinate representation of color #D5D99E: hue angle of 64.07º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5D99E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB213217158-
CMYK0.0200.270.15
HSL64.07º43.7%73.53%-
HSV(B)64.07º27.19%85.1%-
XYZ58.4266.2442.05-
YUV209.0899.17130.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 158 (62.11% from 255) = 26.87%
R=36.22%
G=36.90%
B=26.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171580.0200.270.1564.0743.773.53
HexD5D99E201BF402c4a
Octal32533123620331710054112
Binary11010101110110011001111010011011111110000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D99E; }

 p { color: rgb(213,217,158); }

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

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

 a { background-color: rgb(213,217,158); }

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

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

 span { border-color: rgb(213,217,158); }

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