#D3D3AB

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

Shades of Orinoco #D3D3AB

Tints of Orinoco #D3D3AB

Color information

#D3D3AB (or 0xD3D3AB) is unknown color: approx Orinoco. HEX triplet: D3, D3 and AB. RGB value is (211,211,171). Sum of RGB (Red+Green+Blue) = 211+211+171=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D3AB is #2C2C54. Grayscale: #CECECE. Windows color (decimal): -2894933 or 11260883. OLE color: 11260883.

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

Color convert

RGB211211171-
CMYK000.190.17
HSL60º31.25%74.9%-
HSV(B)60º18.96%82.75%-
XYZ57.5163.3847.73-
YUV206.44108131.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.58%
GREEN value IS 211 (82.81% from 255) = 35.58%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=35.58%
G=35.58%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211211171000.190.176031.2574.9
HexD3D3AB0013113c1f4b
Octal3233232530023217437113
Binary110100111101001110101011001001110001111100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D3AB; }

 p { color: rgb(211,211,171); }

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

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

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

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

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

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

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