#D6D3AB

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

Shades of Orinoco #D6D3AB

Tints of Orinoco #D6D3AB

Color information

#D6D3AB (or 0xD6D3AB) is unknown color: approx Orinoco. HEX triplet: D6, D3 and AB. RGB value is (214,211,171). Sum of RGB (Red+Green+Blue) = 214+211+171=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D3AB is #292C54. Grayscale: #CFCFCF. Windows color (decimal): -2698325 or 11260886. OLE color: 11260886.

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

Color convert

RGB214211171-
CMYK00.010.200.16
HSL55.81º34.4%75.49%-
HSV(B)55.81º20.09%83.92%-
XYZ58.3863.8247.77-
YUV207.34107.49132.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=35.91%
G=35.40%
B=28.69%

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
Decimal21421117100.010.200.1655.8134.475.49
HexD6D3AB01141038224b
Octal3263232530124207042113
Binary1101011011010011101010110110100100001110001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3AB; }

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

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

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

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

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

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

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

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