#DBC39A

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

Shades of Raffia #DBC39A

Tints of Raffia #DBC39A

Color information

#DBC39A (or 0xDBC39A) is unknown color: approx Raffia. HEX triplet: DB, C3 and 9A. RGB value is (219,195,154). Sum of RGB (Red+Green+Blue) = 219+195+154=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC39A is #243C65. Grayscale: #C5C5C5. Windows color (decimal): -2374758 or 10142683. OLE color: 10142683.

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

Color convert

RGB219195154-
CMYK00.110.300.14
HSL37.85º47.45%73.14%-
HSV(B)37.85º29.68%85.88%-
XYZ54.5656.4238.59-
YUV197.5103.45143.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 154 (60.55% from 255) = 27.11%
R=38.56%
G=34.33%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919515400.110.300.1437.8547.4573.14
HexDBC39A0B1EE262f49
Octal33330323201336164657111
Binary110110111100001110011010010111111011101001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC39A; }

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

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

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

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

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

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

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

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