#D6D6AB

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

Shades of Orinoco #D6D6AB

Tints of Orinoco #D6D6AB

Color information

#D6D6AB (or 0xD6D6AB) is unknown color: approx Orinoco. HEX triplet: D6, D6 and AB. RGB value is (214,214,171). Sum of RGB (Red+Green+Blue) = 214+214+171=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D6AB is #292954. Grayscale: #D1D1D1. Windows color (decimal): -2697557 or 11261654. OLE color: 11261654.

HSL color Cylindrical-coordinate representation of color #D6D6AB: hue angle of 60º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6D6AB is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214214171-
CMYK000.200.16
HSL60º34.4%75.49%-
HSV(B)60º20.09%83.92%-
XYZ59.1365.3348.02-
YUV209.1106.5131.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 214 (83.98% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=35.73%
G=35.73%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214171000.200.166034.475.49
HexD6D6AB0014103c224b
Octal3263262530024207442113
Binary1101011011010110101010110010100100001111001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6AB; }

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

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

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

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

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

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

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

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