#DBDAB4

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

Shades of Orinoco #DBDAB4

Tints of Orinoco #DBDAB4

Color information

#DBDAB4 (or 0xDBDAB4) is unknown color: approx Orinoco. HEX triplet: DB, DA and B4. RGB value is (219,218,180). Sum of RGB (Red+Green+Blue) = 219+218+180=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAB4 is #24254B. Grayscale: #D6D6D6. Windows color (decimal): -2368844 or 11852507. OLE color: 11852507.

HSL color Cylindrical-coordinate representation of color #DBDAB4: hue angle of 58.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBDAB4 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219218180-
CMYK00.000.180.14
HSL58.46º35.14%78.24%-
HSV(B)58.46º17.81%85.88%-
XYZ62.5268.553.11-
YUV213.97108.83131.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=35.49%
G=35.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921818000.000.180.1458.4635.1478.24
HexDBDAB40012E3a234e
Octal3333322640022167243116
Binary110110111101101010110100001001011101110101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAB4; }

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

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

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

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

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

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

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

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