Html Css Color HEX #DBC19F Raffia

📋 copy color: '#DBC19F'

red 219 ◦ green 193 ◦ blue 159

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

Shades of Raffia #DBC19F

Tints of Raffia #DBC19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.8%

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

R = 38.35%
G = 33.8%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBC19F (or 0xDBC19F) is known color: Raffia. HEX triplet: DB, C1 and 9F. RGB value is (219,193,159). Sum of RGB (Red+Green+Blue) = 219+193+159=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC19F is #243E60. Grayscale: #C5C5C5. Windows color (decimal): -2375265 or 10469851. OLE color: 10469851.

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

Color convert

RGB 219 193 159 -
CMYK 0 0.12 0.27 0.14
HSL 34º 0.45% 0.74% -
HSV(B) 34º 0.27% 0.86% -
XYZ 54.54 55.7 40.68 -
YUV 196.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 219 193 159 0 0.12 0.27 0.14 34 0.45 0.74
Hex DB C1 9F 0 C 1B E 22 2D 4A
Octal 333 301 237 0 14 33 16 42 55 112
Binary 11011011 11000001 10011111 0 1100 11011 1110 100010 101101 1001010

Color Harmonies of #DBC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC19F

Black with #DBC19F

Text Example


Text Example

White with #DBC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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