#D3DBB3

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

Shades of Orinoco #D3DBB3

Tints of Orinoco #D3DBB3

Color information

#D3DBB3 (or 0xD3DBB3) is unknown color: approx Orinoco. HEX triplet: D3, DB and B3. RGB value is (211,219,179). Sum of RGB (Red+Green+Blue) = 211+219+179=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBB3 is #2C244C. Grayscale: #D4D4D4. Windows color (decimal): -2892877 or 11787219. OLE color: 11787219.

HSL color Cylindrical-coordinate representation of color #D3DBB3: hue angle of 72º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3DBB3 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB211219179-
CMYK0.0400.180.14
HSL72º35.71%78.04%-
HSV(B)72º18.26%85.88%-
XYZ60.3367.7752.55-
YUV212.05109.35127.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.65%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=34.65%
G=35.96%
B=29.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191790.0400.180.147235.7178.04
HexD3DBB34012E48244e
Octal32333326340221611044116
Binary110100111101101110110011100010010111010010001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBB3; }

 p { color: rgb(211,219,179); }

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

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

 a { background-color: rgb(211,219,179); }

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

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

 span { border-color: rgb(211,219,179); }

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