#D5DBA1

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

Shades of Orinoco #D5DBA1

Tints of Orinoco #D5DBA1

Color information

#D5DBA1 (or 0xD5DBA1) is unknown color: approx Orinoco. HEX triplet: D5, DB and A1. RGB value is (213,219,161). Sum of RGB (Red+Green+Blue) = 213+219+161=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBA1 is #2A245E. Grayscale: #D2D2D2. Windows color (decimal): -2761823 or 10607573. OLE color: 10607573.

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

Color convert

RGB213219161-
CMYK0.0300.260.14
HSL66.21º44.62%74.51%-
HSV(B)66.21º26.48%85.88%-
XYZ59.2167.3843.6-
YUV210.59100.01129.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=35.92%
G=36.93%
B=27.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191610.0300.260.1466.2144.6274.51
HexD5DBA1301AE422d4b
Octal32533324130321610255113
Binary11010101110110111010000111011010111010000101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBA1; }

 p { color: rgb(213,219,161); }

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

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

 a { background-color: rgb(213,219,161); }

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

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

 span { border-color: rgb(213,219,161); }

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