#D0DAAE

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

Shades of Orinoco #D0DAAE

Tints of Orinoco #D0DAAE

Color information

#D0DAAE (or 0xD0DAAE) is unknown color: approx Orinoco. HEX triplet: D0, DA and AE. RGB value is (208,218,174). Sum of RGB (Red+Green+Blue) = 208+218+174=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAAE is #2F2551. Grayscale: #D2D2D2. Windows color (decimal): -3089746 or 11459280. OLE color: 11459280.

HSL color Cylindrical-coordinate representation of color #D0DAAE: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0DAAE is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB208218174-
CMYK0.0500.200.15
HSL73.64º37.29%76.86%-
HSV(B)73.64º20.18%85.49%-
XYZ58.7266.6149.81-
YUV209.99107.69126.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 174 (68.36% from 255) = 29%
R=34.67%
G=36.33%
B=29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181740.0500.200.1573.6437.2976.86
HexD0DAAE5014F4a254d
Octal32033225650241711245115
Binary110100001101101010101110101010100111110010101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAAE; }

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

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

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

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

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

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

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

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