#D5DBAE

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

Shades of Orinoco #D5DBAE

Tints of Orinoco #D5DBAE

Color information

#D5DBAE (or 0xD5DBAE) is unknown color: approx Orinoco. HEX triplet: D5, DB and AE. RGB value is (213,219,174). Sum of RGB (Red+Green+Blue) = 213+219+174=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBAE is #2A2451. Grayscale: #D4D4D4. Windows color (decimal): -2761810 or 11459541. OLE color: 11459541.

HSL color Cylindrical-coordinate representation of color #D5DBAE: hue angle of 68º degrees, saturation: 0.38, 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 #D5DBAE is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB213219174-
CMYK0.0300.210.14
HSL68º38.46%77.06%-
HSV(B)68º20.55%85.88%-
XYZ60.4167.8749.96-
YUV212.08106.51128.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=35.15%
G=36.14%
B=28.71%

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
Decimal2132191740.0300.210.146838.4677.06
HexD5DBAE3015E44264d
Octal32533325630251610446115
Binary11010101110110111010111011010101111010001001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBAE; }

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

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

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

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

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

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

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

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