Html Css Color HEX #DBC79F Raffia

📋 copy color: '#DBC79F'

red 219 ◦ green 199 ◦ blue 159

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

Shades of Raffia #DBC79F

Tints of Raffia #DBC79F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.49%

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

R = 37.95%
G = 34.49%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBC79F (or 0xDBC79F) is known color: Raffia. HEX triplet: DB, C7 and 9F. RGB value is (219,199,159). Sum of RGB (Red+Green+Blue) = 219+199+159=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC79F is #243860. Grayscale: #C8C8C8. Windows color (decimal): -2373729 or 10471387. OLE color: 10471387.

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

Color convert

RGB 219 199 159 -
CMYK 0 0.09 0.27 0.14
HSL 40º 0.45% 0.74% -
HSV(B) 40º 0.27% 0.86% -
XYZ 55.89 58.41 41.13 -
YUV 200.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 219 199 159 0 0.09 0.27 0.14 40 0.45 0.74
Hex DB C7 9F 0 9 1B E 28 2D 4A
Octal 333 307 237 0 11 33 16 50 55 112
Binary 11011011 11000111 10011111 0 1001 11011 1110 101000 101101 1001010

Color Harmonies of #DBC79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC79F

Black with #DBC79F

Text Example


Text Example

White with #DBC79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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