Html Css Color HEX #DBC59F Raffia

📋 copy color: '#DBC59F'

red 219 ◦ green 197 ◦ blue 159

#DBC59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #DBC59F

Tints of Raffia #DBC59F

RGB

 RED value IS 219 (85.94% from 255) = 38.09%

 GREEN value IS 197 (77.34% from 255) = 34.26%

 BLUE value IS 159 (62.5% from 255) = 27.65%

R = 38.09%
G = 34.26%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBC59F (or 0xDBC59F) is known color: Raffia. HEX triplet: DB, C5 and 9F. RGB value is (219,197,159). Sum of RGB (Red+Green+Blue) = 219+197+159=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59F is #243A60. Grayscale: #C7C7C7. Windows color (decimal): -2374241 or 10470875. OLE color: 10470875.

HSL color Cylindrical-coordinate representation of color #DBC59F: hue angle of 38º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBC59F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 159 -
CMYK 0 0.10 0.27 0.14
HSL 38º 0.45% 0.74% -
HSV(B) 38º 0.27% 0.86% -
XYZ 55.44 57.5 40.98 -
YUV 199.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 219 197 159 0 0.10 0.27 0.14 38 0.45 0.74
Hex DB C5 9F 0 A 1B E 26 2D 4A
Octal 333 305 237 0 12 33 16 46 55 112
Binary 11011011 11000101 10011111 0 1010 11011 1110 100110 101101 1001010

Color Harmonies of #DBC59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC59F

Black with #DBC59F

Text Example


Text Example

White with #DBC59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC59F; }

 p { color: rgb(219,197,159); }

 H1.HeaderClassName
 {
   color: #DBC59F;
 }
 .AnyTagClassName
 {
   color: #DBC59F;
 }
</style>

background-color css

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

 a { background-color: rgb(219,197,159); }

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

border-color css

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

 span { border-color: rgb(219,197,159); }

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