#D8DBAB

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

Shades of Orinoco #D8DBAB

Tints of Orinoco #D8DBAB

Color information

#D8DBAB (or 0xD8DBAB) is unknown color: approx Orinoco. HEX triplet: D8, DB and AB. RGB value is (216,219,171). Sum of RGB (Red+Green+Blue) = 216+219+171=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBAB is #272454. Grayscale: #D4D4D4. Windows color (decimal): -2565205 or 11262936. OLE color: 11262936.

HSL color Cylindrical-coordinate representation of color #D8DBAB: hue angle of 63.75º 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 #D8DBAB is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB216219171-
CMYK0.0100.220.14
HSL63.75º40%76.47%-
HSV(B)63.75º21.92%85.88%-
XYZ6168.248.48-
YUV212.63104.51130.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.64%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=35.64%
G=36.14%
B=28.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191710.0100.220.1463.754076.47
HexD8DBAB1016E40284c
Octal33033325310261610050114
Binary1101100011011011101010111010110111010000001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBAB; }

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

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

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

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

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

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

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

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