#D7DCA8

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

Shades of Orinoco #D7DCA8

Tints of Orinoco #D7DCA8

Color information

#D7DCA8 (or 0xD7DCA8) is unknown color: approx Orinoco. HEX triplet: D7, DC and A8. RGB value is (215,220,168). Sum of RGB (Red+Green+Blue) = 215+220+168=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCA8 is #282357. Grayscale: #D4D4D4. Windows color (decimal): -2630488 or 11066583. OLE color: 11066583.

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

Color convert

RGB215220168-
CMYK0.0200.240.14
HSL65.77º42.62%76.08%-
HSV(B)65.77º23.64%86.27%-
XYZ60.6968.4647.06-
YUV212.58102.84129.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 168 (66.02% from 255) = 27.86%
R=35.66%
G=36.48%
B=27.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201680.0200.240.1465.7742.6276.08
HexD7DCA82018E422b4c
Octal32733425020301610253114
Binary11010111110111001010100010011000111010000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCA8; }

 p { color: rgb(215,220,168); }

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

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

 a { background-color: rgb(215,220,168); }

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

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

 span { border-color: rgb(215,220,168); }

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