#D6DBAE

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

Shades of Orinoco #D6DBAE

Tints of Orinoco #D6DBAE

Color information

#D6DBAE (or 0xD6DBAE) is unknown color: approx Orinoco. HEX triplet: D6, DB and AE. RGB value is (214,219,174). Sum of RGB (Red+Green+Blue) = 214+219+174=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DBAE is #292451. Grayscale: #D4D4D4. Windows color (decimal): -2696274 or 11459542. OLE color: 11459542.

HSL color Cylindrical-coordinate representation of color #D6DBAE: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6DBAE is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB214219174-
CMYK0.0200.210.14
HSL66.67º38.46%77.06%-
HSV(B)66.67º20.55%85.88%-
XYZ60.768.0249.97-
YUV212.38106.34129.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=35.26%
G=36.08%
B=28.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191740.0200.210.1466.6738.4677.06
HexD6DBAE2015E43264d
Octal32633325620251610346115
Binary11010110110110111010111010010101111010000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBAE; }

 p { color: rgb(214,219,174); }

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

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

 a { background-color: rgb(214,219,174); }

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

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

 span { border-color: rgb(214,219,174); }

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