#D8DBAC

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

Shades of Orinoco #D8DBAC

Tints of Orinoco #D8DBAC

Color information

#D8DBAC (or 0xD8DBAC) is unknown color: approx Orinoco. HEX triplet: D8, DB and AC. RGB value is (216,219,172). Sum of RGB (Red+Green+Blue) = 216+219+172=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBAC is #272453. Grayscale: #D4D4D4. Windows color (decimal): -2565204 or 11328472. OLE color: 11328472.

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

Color convert

RGB216219172-
CMYK0.0100.210.14
HSL63.83º39.5%76.67%-
HSV(B)63.83º21.46%85.88%-
XYZ61.168.2448.98-
YUV212.74105.01130.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=35.58%
G=36.08%
B=28.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191720.0100.210.1463.8339.576.67
HexD8DBAC1015E40274d
Octal33033325410251610047115
Binary1101100011011011101011001010101111010000001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBAC; }

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

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

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

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

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

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

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

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