#D7DAA3

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

Shades of Orinoco #D7DAA3

Tints of Orinoco #D7DAA3

Color information

#D7DAA3 (or 0xD7DAA3) is unknown color: approx Orinoco. HEX triplet: D7, DA and A3. RGB value is (215,218,163). Sum of RGB (Red+Green+Blue) = 215+218+163=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DAA3 is #28255C. Grayscale: #D3D3D3. Windows color (decimal): -2631005 or 10738391. OLE color: 10738391.

HSL color Cylindrical-coordinate representation of color #D7DAA3: hue angle of 63.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7DAA3 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB215218163-
CMYK0.0100.250.15
HSL63.27º42.64%74.71%-
HSV(B)63.27º25.23%85.49%-
XYZ59.7167.2344.48-
YUV210.83101.01130.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 163 (64.06% from 255) = 27.35%
R=36.07%
G=36.58%
B=27.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181630.0100.250.1563.2742.6474.71
HexD7DAA31019F3f2b4b
Octal3273322431031177753113
Binary110101111101101010100011101100111111111111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAA3; }

 p { color: rgb(215,218,163); }

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

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

 a { background-color: rgb(215,218,163); }

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

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

 span { border-color: rgb(215,218,163); }

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