#D3DAAD

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

Shades of Orinoco #D3DAAD

Tints of Orinoco #D3DAAD

Color information

#D3DAAD (or 0xD3DAAD) is unknown color: approx Orinoco. HEX triplet: D3, DA and AD. RGB value is (211,218,173). Sum of RGB (Red+Green+Blue) = 211+218+173=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAAD is #2C2552. Grayscale: #D2D2D2. Windows color (decimal): -2893139 or 11393747. OLE color: 11393747.

HSL color Cylindrical-coordinate representation of color #D3DAAD: hue angle of 69.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3DAAD is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB211218173-
CMYK0.0300.210.15
HSL69.33º37.82%76.67%-
HSV(B)69.33º20.64%85.49%-
XYZ59.4867.0149.33-
YUV210.78106.68128.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.05%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=35.05%
G=36.21%
B=28.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112181730.0300.210.1569.3337.8276.67
HexD3DAAD3015F45264d
Octal32333225530251710546115
Binary11010011110110101010110111010101111110001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DAAD; }

 p { color: rgb(211,218,173); }

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

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

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

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

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

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

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