#D2DAAD

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

Shades of Orinoco #D2DAAD

Tints of Orinoco #D2DAAD

Color information

#D2DAAD (or 0xD2DAAD) is unknown color: approx Orinoco. HEX triplet: D2, DA and AD. RGB value is (210,218,173). Sum of RGB (Red+Green+Blue) = 210+218+173=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAAD is #2D2552. Grayscale: #D2D2D2. Windows color (decimal): -2958675 or 11393746. OLE color: 11393746.

HSL color Cylindrical-coordinate representation of color #D2DAAD: hue angle of 70.67º 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 #D2DAAD is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB210218173-
CMYK0.0400.210.15
HSL70.67º37.82%76.67%-
HSV(B)70.67º20.64%85.49%-
XYZ59.1966.8649.32-
YUV210.48106.85127.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=34.94%
G=36.27%
B=28.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181730.0400.210.1570.6737.8276.67
HexD2DAAD4015F47264d
Octal32233225540251710746115
Binary110100101101101010101101100010101111110001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAAD; }

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

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

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

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

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

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

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

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