#D0D3B1

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

Shades of Orinoco #D0D3B1

Tints of Orinoco #D0D3B1

Color information

#D0D3B1 (or 0xD0D3B1) is unknown color: approx Orinoco. HEX triplet: D0, D3 and B1. RGB value is (208,211,177). Sum of RGB (Red+Green+Blue) = 208+211+177=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D3B1 is #2F2C4E. Grayscale: #CECECE. Windows color (decimal): -3091535 or 11654096. OLE color: 11654096.

HSL color Cylindrical-coordinate representation of color #D0D3B1: hue angle of 65.29º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0D3B1 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB208211177-
CMYK0.0100.160.17
HSL65.29º27.87%76.08%-
HSV(B)65.29º16.11%82.75%-
XYZ57.2463.1750.77-
YUV206.23111.51129.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 177 (69.53% from 255) = 29.70%
R=34.90%
G=35.40%
B=29.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111770.0100.160.1765.2927.8776.08
HexD0D3B1101011411c4c
Octal32032326110202110134114
Binary1101000011010011101100011010000100011000001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D3B1; }

 p { color: rgb(208,211,177); }

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

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

 a { background-color: rgb(208,211,177); }

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

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

 span { border-color: rgb(208,211,177); }

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