#D3DDAF

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

Shades of Orinoco #D3DDAF

Tints of Orinoco #D3DDAF

Color information

#D3DDAF (or 0xD3DDAF) is unknown color: approx Orinoco. HEX triplet: D3, DD and AF. RGB value is (211,221,175). Sum of RGB (Red+Green+Blue) = 211+221+175=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDAF is #2C2250. Grayscale: #D4D4D4. Windows color (decimal): -2892369 or 11525587. OLE color: 11525587.

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

Color convert

RGB211221175-
CMYK0.0500.210.13
HSL73.04º40.35%77.65%-
HSV(B)73.04º20.81%86.67%-
XYZ60.4668.6650.62-
YUV212.77106.69126.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=34.76%
G=36.41%
B=28.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211750.0500.210.1373.0440.3577.65
HexD3DDAF5015D49284e
Octal32333525750251511150116
Binary110100111101110110101111101010101110110010011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDAF; }

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

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

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

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

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

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

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

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