#D6DDA1

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

Shades of Orinoco #D6DDA1

Tints of Orinoco #D6DDA1

Color information

#D6DDA1 (or 0xD6DDA1) is unknown color: approx Orinoco. HEX triplet: D6, DD and A1. RGB value is (214,221,161). Sum of RGB (Red+Green+Blue) = 214+221+161=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDA1 is #29225E. Grayscale: #D4D4D4. Windows color (decimal): -2695775 or 10608086. OLE color: 10608086.

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

Color convert

RGB214221161-
CMYK0.0300.270.13
HSL67º46.88%74.9%-
HSV(B)67º27.15%86.67%-
XYZ60.0268.5843.79-
YUV212.0799.18129.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 161 (63.28% from 255) = 27.01%
R=35.91%
G=37.08%
B=27.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211610.0300.270.136746.8874.9
HexD6DDA1301BD432f4b
Octal32633524130331510357113
Binary11010110110111011010000111011011110110000111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDA1; }

 p { color: rgb(214,221,161); }

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

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

 a { background-color: rgb(214,221,161); }

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

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

 span { border-color: rgb(214,221,161); }

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