#D3DCB5

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

Shades of Orinoco #D3DCB5

Tints of Orinoco #D3DCB5

Color information

#D3DCB5 (or 0xD3DCB5) is unknown color: approx Orinoco. HEX triplet: D3, DC and B5. RGB value is (211,220,181). Sum of RGB (Red+Green+Blue) = 211+220+181=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCB5 is #2C234A. Grayscale: #D5D5D5. Windows color (decimal): -2892619 or 11918547. OLE color: 11918547.

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

Color convert

RGB211220181-
CMYK0.0400.180.14
HSL73.85º35.78%78.63%-
HSV(B)73.85º17.73%86.27%-
XYZ60.868.3753.71-
YUV212.86110.02126.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.48%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=34.48%
G=35.95%
B=29.58%

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
Decimal2112201810.0400.180.1473.8535.7878.63
HexD3DCB54012E4a244f
Octal32333426540221611244117
Binary110100111101110010110101100010010111010010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCB5; }

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

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

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

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

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

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

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

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