#D6DCAC

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

Shades of Orinoco #D6DCAC

Tints of Orinoco #D6DCAC

Color information

#D6DCAC (or 0xD6DCAC) is unknown color: approx Orinoco. HEX triplet: D6, DC and AC. RGB value is (214,220,172). Sum of RGB (Red+Green+Blue) = 214+220+172=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCAC is #292353. Grayscale: #D4D4D4. Windows color (decimal): -2696020 or 11328726. OLE color: 11328726.

HSL color Cylindrical-coordinate representation of color #D6DCAC: hue angle of 67.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6DCAC is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB214220172-
CMYK0.0300.220.14
HSL67.5º40.68%76.86%-
HSV(B)67.5º21.82%86.27%-
XYZ60.7768.4649.04-
YUV212.73105.01128.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=35.31%
G=36.30%
B=28.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201720.0300.220.1467.540.6876.86
HexD6DCAC3016E44294d
Octal32633425430261610451115
Binary11010110110111001010110011010110111010001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCAC; }

 p { color: rgb(214,220,172); }

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

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

 a { background-color: rgb(214,220,172); }

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

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

 span { border-color: rgb(214,220,172); }

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