#DBDBAD

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

Shades of Orinoco #DBDBAD

Tints of Orinoco #DBDBAD

Color information

#DBDBAD (or 0xDBDBAD) is unknown color: approx Orinoco. HEX triplet: DB, DB and AD. RGB value is (219,219,173). Sum of RGB (Red+Green+Blue) = 219+219+173=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBAD is #242452. Grayscale: #D5D5D5. Windows color (decimal): -2368595 or 11394011. OLE color: 11394011.

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

Color convert

RGB219219173-
CMYK000.210.14
HSL60º38.98%76.86%-
HSV(B)60º21%85.88%-
XYZ62.0968.7449.53-
YUV213.76105131.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=35.84%
G=35.84%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219173000.210.146038.9876.86
HexDBDBAD0015E3c274d
Octal3333332550025167447115
Binary110110111101101110101101001010111101111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBAD; }

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

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

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

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

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

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

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

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