#D3DAB5

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

Shades of Orinoco #D3DAB5

Tints of Orinoco #D3DAB5

Color information

#D3DAB5 (or 0xD3DAB5) is unknown color: approx Orinoco. HEX triplet: D3, DA and B5. RGB value is (211,218,181). Sum of RGB (Red+Green+Blue) = 211+218+181=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DAB5 is #2C254A. Grayscale: #D3D3D3. Windows color (decimal): -2893131 or 11918035. OLE color: 11918035.

HSL color Cylindrical-coordinate representation of color #D3DAB5: hue angle of 71.35º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DAB5 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB211218181-
CMYK0.0300.170.15
HSL71.35º33.33%78.24%-
HSV(B)71.35º16.97%85.49%-
XYZ60.2867.3353.53-
YUV211.69110.68127.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=34.59%
G=35.74%
B=29.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112181810.0300.170.1571.3533.3378.24
HexD3DAB53011F47214e
Octal32333226530211710741116
Binary11010011110110101011010111010001111110001111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DAB5; }

 p { color: rgb(211,218,181); }

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

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

 a { background-color: rgb(211,218,181); }

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

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

 span { border-color: rgb(211,218,181); }

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