#D3D4B0

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

Shades of Orinoco #D3D4B0

Tints of Orinoco #D3D4B0

Color information

#D3D4B0 (or 0xD3D4B0) is unknown color: approx Orinoco. HEX triplet: D3, D4 and B0. RGB value is (211,212,176). Sum of RGB (Red+Green+Blue) = 211+212+176=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D4B0 is #2C2B4F. Grayscale: #CFCFCF. Windows color (decimal): -2894672 or 11588819. OLE color: 11588819.

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

Color convert

RGB211212176-
CMYK0.0000.170.17
HSL61.67º29.51%76.08%-
HSV(B)61.67º16.98%83.14%-
XYZ58.2464.0750.37-
YUV207.6110.17130.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.23%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=35.23%
G=35.39%
B=29.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112121760.0000.170.1761.6729.5176.08
HexD3D4B00011113e1e4c
Octal3233242600021217636114
Binary110100111101010010110000001000110001111110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D4B0; }

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

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

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

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

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

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

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

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