#D6DCB4

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

Shades of Orinoco #D6DCB4

Tints of Orinoco #D6DCB4

Color information

#D6DCB4 (or 0xD6DCB4) is unknown color: approx Orinoco. HEX triplet: D6, DC and B4. RGB value is (214,220,180). Sum of RGB (Red+Green+Blue) = 214+220+180=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCB4 is #29234B. Grayscale: #D5D5D5. Windows color (decimal): -2696012 or 11853014. OLE color: 11853014.

HSL color Cylindrical-coordinate representation of color #D6DCB4: hue angle of 69º 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 #D6DCB4 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB214220180-
CMYK0.0300.180.14
HSL69º36.36%78.43%-
HSV(B)69º18.18%86.27%-
XYZ61.5668.7853.21-
YUV213.65109.01128.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=34.85%
G=35.83%
B=29.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201800.0300.180.146936.3678.43
HexD6DCB43012E45244e
Octal32633426430221610544116
Binary11010110110111001011010011010010111010001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCB4; }

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

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

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

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

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

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

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

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