#D5DBAD

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

Shades of Orinoco #D5DBAD

Tints of Orinoco #D5DBAD

Color information

#D5DBAD (or 0xD5DBAD) is unknown color: approx Orinoco. HEX triplet: D5, DB and AD. RGB value is (213,219,173). Sum of RGB (Red+Green+Blue) = 213+219+173=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBAD is #2A2452. Grayscale: #D4D4D4. Windows color (decimal): -2761811 or 11394005. OLE color: 11394005.

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

Color convert

RGB213219173-
CMYK0.0300.210.14
HSL67.83º38.98%76.86%-
HSV(B)67.83º21%85.88%-
XYZ60.3167.8349.45-
YUV211.96106.01128.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=35.21%
G=36.20%
B=28.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191730.0300.210.1467.8338.9876.86
HexD5DBAD3015E44274d
Octal32533325530251610447115
Binary11010101110110111010110111010101111010001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBAD; }

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

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

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

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

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

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

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

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