#D5DAA5

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

Shades of Orinoco #D5DAA5

Tints of Orinoco #D5DAA5

Color information

#D5DAA5 (or 0xD5DAA5) is unknown color: approx Orinoco. HEX triplet: D5, DA and A5. RGB value is (213,218,165). Sum of RGB (Red+Green+Blue) = 213+218+165=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAA5 is #2A255A. Grayscale: #D2D2D2. Windows color (decimal): -2762075 or 10869461. OLE color: 10869461.

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

Color convert

RGB213218165-
CMYK0.0200.240.15
HSL65.66º41.73%75.1%-
HSV(B)65.66º24.31%85.49%-
XYZ59.367.0145.41-
YUV210.46102.34129.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 165 (64.84% from 255) = 27.68%
R=35.74%
G=36.58%
B=27.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181650.0200.240.1565.6641.7375.1
HexD5DAA52018F422a4b
Octal32533224520301710252113
Binary11010101110110101010010110011000111110000101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAA5; }

 p { color: rgb(213,218,165); }

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

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

 a { background-color: rgb(213,218,165); }

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

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

 span { border-color: rgb(213,218,165); }

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