#D8DCB4

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

Shades of Orinoco #D8DCB4

Tints of Orinoco #D8DCB4

Color information

#D8DCB4 (or 0xD8DCB4) is unknown color: approx Orinoco. HEX triplet: D8, DC and B4. RGB value is (216,220,180). Sum of RGB (Red+Green+Blue) = 216+220+180=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCB4 is #27234B. Grayscale: #D6D6D6. Windows color (decimal): -2564940 or 11853016. OLE color: 11853016.

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

Color convert

RGB216220180-
CMYK0.0200.180.14
HSL66º36.36%78.43%-
HSV(B)66º18.18%86.27%-
XYZ62.1569.0853.24-
YUV214.24108.67129.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.06%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=35.06%
G=35.71%
B=29.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201800.0200.180.146636.3678.43
HexD8DCB42012E42244e
Octal33033426420221610244116
Binary11011000110111001011010010010010111010000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCB4; }

 p { color: rgb(216,220,180); }

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

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

 a { background-color: rgb(216,220,180); }

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

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

 span { border-color: rgb(216,220,180); }

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