#DBC69A

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

Shades of Raffia #DBC69A

Tints of Raffia #DBC69A

Color information

#DBC69A (or 0xDBC69A) is unknown color: approx Raffia. HEX triplet: DB, C6 and 9A. RGB value is (219,198,154). Sum of RGB (Red+Green+Blue) = 219+198+154=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69A is #243965. Grayscale: #C7C7C7. Windows color (decimal): -2373990 or 10143451. OLE color: 10143451.

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

Color convert

RGB219198154-
CMYK00.100.300.14
HSL40.62º47.45%73.14%-
HSV(B)40.62º29.68%85.88%-
XYZ55.2457.7838.81-
YUV199.26102.46142.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=38.35%
G=34.68%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919815400.100.300.1440.6247.4573.14
HexDBC69A0A1EE292f49
Octal33330623201236165157111
Binary110110111100011010011010010101111011101010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC69A; }

 p { color: rgb(219,198,154); }

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

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

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

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

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

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

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