#D6DDAD

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

Shades of Orinoco #D6DDAD

Tints of Orinoco #D6DDAD

Color information

#D6DDAD (or 0xD6DDAD) is unknown color: approx Orinoco. HEX triplet: D6, DD and AD. RGB value is (214,221,173). Sum of RGB (Red+Green+Blue) = 214+221+173=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDAD is #292252. Grayscale: #D5D5D5. Windows color (decimal): -2695763 or 11394518. OLE color: 11394518.

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

Color convert

RGB214221173-
CMYK0.0300.220.13
HSL68.75º41.38%77.25%-
HSV(B)68.75º21.72%86.67%-
XYZ61.1369.0349.64-
YUV213.44105.18128.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=35.20%
G=36.35%
B=28.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211730.0300.220.1368.7541.3877.25
HexD6DDAD3016D45294d
Octal32633525530261510551115
Binary11010110110111011010110111010110110110001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDAD; }

 p { color: rgb(214,221,173); }

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

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

 a { background-color: rgb(214,221,173); }

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

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

 span { border-color: rgb(214,221,173); }

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