#DBC69D

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

Shades of Raffia #DBC69D

Tints of Raffia #DBC69D

Color information

#DBC69D (or 0xDBC69D) is unknown color: approx Raffia. HEX triplet: DB, C6 and 9D. RGB value is (219,198,157). Sum of RGB (Red+Green+Blue) = 219+198+157=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69D is #243962. Grayscale: #C7C7C7. Windows color (decimal): -2373987 or 10340059. OLE color: 10340059.

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

Color convert

RGB219198157-
CMYK00.100.280.14
HSL39.68º46.27%73.73%-
HSV(B)39.68º28.31%85.88%-
XYZ55.4957.8840.15-
YUV199.6103.96141.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=38.15%
G=34.49%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919815700.100.280.1439.6846.2773.73
HexDBC69D0A1CE282e4a
Octal33330623501234165056112
Binary110110111100011010011101010101110011101010001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC69D; }

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

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

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

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

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

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

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

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