#DBC397

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

Shades of Raffia #DBC397

Tints of Raffia #DBC397

Color information

#DBC397 (or 0xDBC397) is unknown color: approx Raffia. HEX triplet: DB, C3 and 97. RGB value is (219,195,151). Sum of RGB (Red+Green+Blue) = 219+195+151=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC397 is #243C68. Grayscale: #C5C5C5. Windows color (decimal): -2374761 or 9946075. OLE color: 9946075.

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

Color convert

RGB219195151-
CMYK00.110.310.14
HSL38.82º48.57%72.55%-
HSV(B)38.82º31.05%85.88%-
XYZ54.3156.3237.29-
YUV197.16101.95143.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=38.76%
G=34.51%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919515100.110.310.1438.8248.5772.55
HexDBC3970B1FE273149
Octal33330322701337164761111
Binary110110111100001110010111010111111111101001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC397; }

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

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

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

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

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

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

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

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