#D5DEAB

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

Shades of Orinoco #D5DEAB

Tints of Orinoco #D5DEAB

Color information

#D5DEAB (or 0xD5DEAB) is unknown color: approx Orinoco. HEX triplet: D5, DE and AB. RGB value is (213,222,171). Sum of RGB (Red+Green+Blue) = 213+222+171=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DEAB is #2A2154. Grayscale: #D5D5D5. Windows color (decimal): -2761045 or 11263701. OLE color: 11263701.

HSL color Cylindrical-coordinate representation of color #D5DEAB: hue angle of 70.59º degrees, saturation: 0.44, 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 #D5DEAB is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB213222171-
CMYK0.0400.230.13
HSL70.59º43.59%77.06%-
HSV(B)70.59º22.97%87.06%-
XYZ60.9169.3348.7-
YUV213.49104.02127.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=35.15%
G=36.63%
B=28.22%

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
Decimal2132221710.0400.230.1370.5943.5977.06
HexD5DEAB4017D472c4d
Octal32533625340271510754115
Binary110101011101111010101011100010111110110001111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEAB; }

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

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

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

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

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

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

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

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