#D8DCAD

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

Shades of Orinoco #D8DCAD

Tints of Orinoco #D8DCAD

Color information

#D8DCAD (or 0xD8DCAD) is unknown color: approx Orinoco. HEX triplet: D8, DC and AD. RGB value is (216,220,173). Sum of RGB (Red+Green+Blue) = 216+220+173=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCAD is #272352. Grayscale: #D5D5D5. Windows color (decimal): -2564947 or 11394264. OLE color: 11394264.

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

Color convert

RGB216220173-
CMYK0.0200.210.14
HSL65.11º40.17%77.06%-
HSV(B)65.11º21.36%86.27%-
XYZ61.4568.849.58-
YUV213.45105.17129.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=35.47%
G=36.12%
B=28.41%

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
Decimal2162201730.0200.210.1465.1140.1777.06
HexD8DCAD2015E41284d
Octal33033425520251610150115
Binary11011000110111001010110110010101111010000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCAD; }

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

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

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

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

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

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

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

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