#DBDAAE

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

Shades of Orinoco #DBDAAE

Tints of Orinoco #DBDAAE

Color information

#DBDAAE (or 0xDBDAAE) is unknown color: approx Orinoco. HEX triplet: DB, DA and AE. RGB value is (219,218,174). Sum of RGB (Red+Green+Blue) = 219+218+174=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAAE is #242551. Grayscale: #D5D5D5. Windows color (decimal): -2368850 or 11459291. OLE color: 11459291.

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

Color convert

RGB219218174-
CMYK00.000.210.14
HSL58.67º38.46%77.06%-
HSV(B)58.67º20.55%85.88%-
XYZ61.9268.2649.96-
YUV213.28105.83132.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=35.84%
G=35.68%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921817400.000.210.1458.6738.4677.06
HexDBDAAE0015E3b264d
Octal3333322560025167346115
Binary110110111101101010101110001010111101110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAAE; }

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

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

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

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

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

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

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

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