#D6DBAB

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

Shades of Orinoco #D6DBAB

Tints of Orinoco #D6DBAB

Color information

#D6DBAB (or 0xD6DBAB) is unknown color: approx Orinoco. HEX triplet: D6, DB and AB. RGB value is (214,219,171). Sum of RGB (Red+Green+Blue) = 214+219+171=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DBAB is #292454. Grayscale: #D4D4D4. Windows color (decimal): -2696277 or 11262934. OLE color: 11262934.

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

Color convert

RGB214219171-
CMYK0.0200.220.14
HSL66.25º40%76.47%-
HSV(B)66.25º21.92%85.88%-
XYZ60.4167.948.45-
YUV212.03104.84129.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=35.43%
G=36.26%
B=28.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191710.0200.220.1466.254076.47
HexD6DBAB2016E42284c
Octal32633325320261610250114
Binary11010110110110111010101110010110111010000101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBAB; }

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

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

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

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

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

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

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

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