#D5DE9E

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

Shades of Orinoco #D5DE9E

Tints of Orinoco #D5DE9E

Color information

#D5DE9E (or 0xD5DE9E) is unknown color: approx Orinoco. HEX triplet: D5, DE and 9E. RGB value is (213,222,158). Sum of RGB (Red+Green+Blue) = 213+222+158=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DE9E is #2A2161. Grayscale: #D4D4D4. Windows color (decimal): -2761058 or 10411733. OLE color: 10411733.

HSL color Cylindrical-coordinate representation of color #D5DE9E: hue angle of 68.44º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5DE9E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB213222158-
CMYK0.0400.290.13
HSL68.44º49.23%74.51%-
HSV(B)68.44º28.83%87.06%-
XYZ59.7368.8642.49-
YUV212.0197.52128.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 158 (62.11% from 255) = 26.64%
R=35.92%
G=37.44%
B=26.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132221580.0400.290.1368.4449.2374.51
HexD5DE9E401DD44314b
Octal32533623640351510461113
Binary110101011101111010011110100011101110110001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DE9E; }

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

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

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

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

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

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

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

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