#D5DDA0

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

Shades of Orinoco #D5DDA0

Tints of Orinoco #D5DDA0

Color information

#D5DDA0 (or 0xD5DDA0) is unknown color: approx Orinoco. HEX triplet: D5, DD and A0. RGB value is (213,221,160). Sum of RGB (Red+Green+Blue) = 213+221+160=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDA0 is #2A225F. Grayscale: #D3D3D3. Windows color (decimal): -2761312 or 10542549. OLE color: 10542549.

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

Color convert

RGB213221160-
CMYK0.0400.280.13
HSL67.87º47.29%74.71%-
HSV(B)67.87º27.6%86.67%-
XYZ59.6468.443.32-
YUV211.6598.85128.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 160 (62.89% from 255) = 26.94%
R=35.86%
G=37.21%
B=26.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211600.0400.280.1367.8747.2974.71
HexD5DDA0401CD442f4b
Octal32533524040341510457113
Binary110101011101110110100000100011100110110001001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDA0; }

 p { color: rgb(213,221,160); }

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

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

 a { background-color: rgb(213,221,160); }

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

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

 span { border-color: rgb(213,221,160); }

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