#D0DAAD

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

Shades of Orinoco #D0DAAD

Tints of Orinoco #D0DAAD

Color information

#D0DAAD (or 0xD0DAAD) is unknown color: approx Orinoco. HEX triplet: D0, DA and AD. RGB value is (208,218,173). Sum of RGB (Red+Green+Blue) = 208+218+173=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAAD is #2F2552. Grayscale: #D2D2D2. Windows color (decimal): -3089747 or 11393744. OLE color: 11393744.

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

Color convert

RGB208218173-
CMYK0.0500.210.15
HSL73.33º37.82%76.67%-
HSV(B)73.33º20.64%85.49%-
XYZ58.6366.5749.29-
YUV209.88107.19126.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=34.72%
G=36.39%
B=28.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181730.0500.210.1573.3337.8276.67
HexD0DAAD5015F49264d
Octal32033225550251711146115
Binary110100001101101010101101101010101111110010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAAD; }

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

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

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

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

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

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

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

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