#D0DDAE

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

Shades of Orinoco #D0DDAE

Tints of Orinoco #D0DDAE

Color information

#D0DDAE (or 0xD0DDAE) is unknown color: approx Orinoco. HEX triplet: D0, DD and AE. RGB value is (208,221,174). Sum of RGB (Red+Green+Blue) = 208+221+174=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDAE is #2F2251. Grayscale: #D3D3D3. Windows color (decimal): -3088978 or 11460048. OLE color: 11460048.

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

Color convert

RGB208221174-
CMYK0.0600.210.13
HSL76.6º40.87%77.45%-
HSV(B)76.6º21.27%86.67%-
XYZ59.5168.1850.07-
YUV211.76106.69125.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=34.49%
G=36.65%
B=28.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211740.0600.210.1376.640.8777.45
HexD0DDAE6015D4d294d
Octal32033525660251511551115
Binary110100001101110110101110110010101110110011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDAE; }

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

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

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

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

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

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

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

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