#D6D4AB

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

Shades of Orinoco #D6D4AB

Tints of Orinoco #D6D4AB

Color information

#D6D4AB (or 0xD6D4AB) is unknown color: approx Orinoco. HEX triplet: D6, D4 and AB. RGB value is (214,212,171). Sum of RGB (Red+Green+Blue) = 214+212+171=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D4AB is #292B54. Grayscale: #D0D0D0. Windows color (decimal): -2698069 or 11261142. OLE color: 11261142.

HSL color Cylindrical-coordinate representation of color #D6D4AB: hue angle of 57.21º 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 #D6D4AB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214212171-
CMYK00.010.200.16
HSL57.21º34.4%75.49%-
HSV(B)57.21º20.09%83.92%-
XYZ58.6364.3247.85-
YUV207.92107.16132.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=35.85%
G=35.51%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421217100.010.200.1657.2134.475.49
HexD6D4AB01141039224b
Octal3263242530124207142113
Binary1101011011010100101010110110100100001110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4AB; }

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

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

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

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

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

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

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

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