#D6DFAB

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

Shades of Orinoco #D6DFAB

Tints of Orinoco #D6DFAB

Color information

#D6DFAB (or 0xD6DFAB) is unknown color: approx Orinoco. HEX triplet: D6, DF and AB. RGB value is (214,223,171). Sum of RGB (Red+Green+Blue) = 214+223+171=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFAB is #292054. Grayscale: #D6D6D6. Windows color (decimal): -2695253 or 11263958. OLE color: 11263958.

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

Color convert

RGB214223171-
CMYK0.0400.230.13
HSL70.38º44.83%77.25%-
HSV(B)70.38º23.32%87.45%-
XYZ61.4770.0148.8-
YUV214.38103.52127.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=35.20%
G=36.68%
B=28.12%

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
Decimal2142231710.0400.230.1370.3844.8377.25
HexD6DFAB4017D462d4d
Octal32633725340271510655115
Binary110101101101111110101011100010111110110001101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFAB; }

 p { color: rgb(214,223,171); }

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

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

 a { background-color: rgb(214,223,171); }

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

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

 span { border-color: rgb(214,223,171); }

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