#D0D6AB

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

Shades of Orinoco #D0D6AB

Tints of Orinoco #D0D6AB

Color information

#D0D6AB (or 0xD0D6AB) is unknown color: approx Orinoco. HEX triplet: D0, D6 and AB. RGB value is (208,214,171). Sum of RGB (Red+Green+Blue) = 208+214+171=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D6AB is #2F2954. Grayscale: #CFCFCF. Windows color (decimal): -3090773 or 11261648. OLE color: 11261648.

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

Color convert

RGB208214171-
CMYK0.0300.200.16
HSL68.37º34.4%75.49%-
HSV(B)68.37º20.09%83.92%-
XYZ57.4164.4447.94-
YUV207.3107.51128.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=35.08%
G=36.09%
B=28.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141710.0300.200.1668.3734.475.49
HexD0D6AB30141044224b
Octal32032625330242010442113
Binary110100001101011010101011110101001000010001001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6AB; }

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

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

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

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

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

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

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

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