#DBC89D

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

Shades of Raffia #DBC89D

Tints of Raffia #DBC89D

Color information

#DBC89D (or 0xDBC89D) is unknown color: approx Raffia. HEX triplet: DB, C8 and 9D. RGB value is (219,200,157). Sum of RGB (Red+Green+Blue) = 219+200+157=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC89D is #243762. Grayscale: #C8C8C8. Windows color (decimal): -2373475 or 10340571. OLE color: 10340571.

HSL color Cylindrical-coordinate representation of color #DBC89D: hue angle of 41.61º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBC89D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219200157-
CMYK00.090.280.14
HSL41.61º46.27%73.73%-
HSV(B)41.61º28.31%85.88%-
XYZ55.9558.840.3-
YUV200.78103.29141-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=38.02%
G=34.72%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920015700.090.280.1441.6146.2773.73
HexDBC89D091CE2a2e4a
Octal33331023501134165256112
Binary110110111100100010011101010011110011101010101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC89D; }

 p { color: rgb(219,200,157); }

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

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

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

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

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

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

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