#DBC89B

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

Shades of Raffia #DBC89B

Tints of Raffia #DBC89B

Color information

#DBC89B (or 0xDBC89B) is unknown color: approx Raffia. HEX triplet: DB, C8 and 9B. RGB value is (219,200,155). Sum of RGB (Red+Green+Blue) = 219+200+155=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC89B is #243764. Grayscale: #C8C8C8. Windows color (decimal): -2373477 or 10209499. OLE color: 10209499.

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

Color convert

RGB219200155-
CMYK00.090.290.14
HSL42.19º47.06%73.33%-
HSV(B)42.19º29.22%85.88%-
XYZ55.7858.7439.41-
YUV200.55102.29141.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=38.15%
G=34.84%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920015500.090.290.1442.1947.0673.33
HexDBC89B091DE2a2f49
Octal33331023301135165257111
Binary110110111100100010011011010011110111101010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC89B; }

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

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

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

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

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

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

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

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