#D3D4B4

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

Shades of Orinoco #D3D4B4

Tints of Orinoco #D3D4B4

Color information

#D3D4B4 (or 0xD3D4B4) is unknown color: approx Orinoco. HEX triplet: D3, D4 and B4. RGB value is (211,212,180). Sum of RGB (Red+Green+Blue) = 211+212+180=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D4B4 is #2C2B4B. Grayscale: #D0D0D0. Windows color (decimal): -2894668 or 11850963. OLE color: 11850963.

HSL color Cylindrical-coordinate representation of color #D3D4B4: hue angle of 61.88º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3D4B4 is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB211212180-
CMYK0.0000.150.17
HSL61.88º27.12%76.86%-
HSV(B)61.88º15.09%83.14%-
XYZ58.6564.2352.49-
YUV208.05112.17130.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=34.99%
G=35.16%
B=29.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112121800.0000.150.1761.8827.1276.86
HexD3D4B400F113e1b4d
Octal3233242640017217633115
Binary11010011110101001011010000111110001111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D4B4; }

 p { color: rgb(211,212,180); }

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

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

 a { background-color: rgb(211,212,180); }

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

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

 span { border-color: rgb(211,212,180); }

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