#D3DCB1

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

Shades of Orinoco #D3DCB1

Tints of Orinoco #D3DCB1

Color information

#D3DCB1 (or 0xD3DCB1) is unknown color: approx Orinoco. HEX triplet: D3, DC and B1. RGB value is (211,220,177). Sum of RGB (Red+Green+Blue) = 211+220+177=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCB1 is #2C234E. Grayscale: #D4D4D4. Windows color (decimal): -2892623 or 11656403. OLE color: 11656403.

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

Color convert

RGB211220177-
CMYK0.0400.200.14
HSL72.56º38.05%77.84%-
HSV(B)72.56º19.55%86.27%-
XYZ60.3968.2151.58-
YUV212.41108.02127-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.70%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 177 (69.53% from 255) = 29.11%
R=34.70%
G=36.18%
B=29.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112201770.0400.200.1472.5638.0577.84
HexD3DCB14014E49264e
Octal32333426140241611146116
Binary110100111101110010110001100010100111010010011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCB1; }

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

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

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

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

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

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

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

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