#D5DDAB

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

Shades of Orinoco #D5DDAB

Tints of Orinoco #D5DDAB

Color information

#D5DDAB (or 0xD5DDAB) is unknown color: approx Orinoco. HEX triplet: D5, DD and AB. RGB value is (213,221,171). Sum of RGB (Red+Green+Blue) = 213+221+171=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDAB is #2A2254. Grayscale: #D5D5D5. Windows color (decimal): -2761301 or 11263445. OLE color: 11263445.

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

Color convert

RGB213221171-
CMYK0.0400.230.13
HSL69.6º42.37%76.86%-
HSV(B)69.6º22.62%86.67%-
XYZ60.6568.848.61-
YUV212.91104.35128.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=35.21%
G=36.53%
B=28.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211710.0400.230.1369.642.3776.86
HexD5DDAB4017D462a4d
Octal32533525340271510652115
Binary110101011101110110101011100010111110110001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDAB; }

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

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

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

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

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

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

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

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