#D3DDAB

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

Shades of Orinoco #D3DDAB

Tints of Orinoco #D3DDAB

Color information

#D3DDAB (or 0xD3DDAB) is unknown color: approx Orinoco. HEX triplet: D3, DD and AB. RGB value is (211,221,171). Sum of RGB (Red+Green+Blue) = 211+221+171=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDAB is #2C2254. Grayscale: #D4D4D4. Windows color (decimal): -2892373 or 11263443. OLE color: 11263443.

HSL color Cylindrical-coordinate representation of color #D3DDAB: hue angle of 72º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3DDAB is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB211221171-
CMYK0.0500.230.13
HSL72º42.37%76.86%-
HSV(B)72º22.62%86.67%-
XYZ60.0768.548.58-
YUV212.31104.69127.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=34.99%
G=36.65%
B=28.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211710.0500.230.137242.3776.86
HexD3DDAB5017D482a4d
Octal32333525350271511052115
Binary110100111101110110101011101010111110110010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDAB; }

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

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

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

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

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

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

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

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