#D6D6AF

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

Shades of Orinoco #D6D6AF

Tints of Orinoco #D6D6AF

Color information

#D6D6AF (or 0xD6D6AF) is unknown color: approx Orinoco. HEX triplet: D6, D6 and AF. RGB value is (214,214,175). Sum of RGB (Red+Green+Blue) = 214+214+175=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D6AF is #292950. Grayscale: #D1D1D1. Windows color (decimal): -2697553 or 11523798. OLE color: 11523798.

HSL color Cylindrical-coordinate representation of color #D6D6AF: hue angle of 60º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6D6AF is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214214175-
CMYK000.180.16
HSL60º32.23%76.27%-
HSV(B)60º18.22%83.92%-
XYZ59.5265.4850.06-
YUV209.55108.5131.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=35.49%
G=35.49%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214175000.180.166032.2376.27
HexD6D6AF0012103c204c
Octal3263262570022207440114
Binary1101011011010110101011110010010100001111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6AF; }

 p { color: rgb(214,214,175); }

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

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

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

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

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

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

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