Html Css Color HEX #DBC49F Raffia

📋 copy color: '#DBC49F'

red 219 ◦ green 196 ◦ blue 159

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

Shades of Raffia #DBC49F

Tints of Raffia #DBC49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.15%

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

R = 38.15%
G = 34.15%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBC49F (or 0xDBC49F) is known color: Raffia. HEX triplet: DB, C4 and 9F. RGB value is (219,196,159). Sum of RGB (Red+Green+Blue) = 219+196+159=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC49F is #243B60. Grayscale: #C6C6C6. Windows color (decimal): -2374497 or 10470619. OLE color: 10470619.

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

Color convert

RGB 219 196 159 -
CMYK 0 0.11 0.27 0.14
HSL 37º 0.45% 0.74% -
HSV(B) 37º 0.27% 0.86% -
XYZ 55.21 57.04 40.9 -
YUV 198.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 219 196 159 0 0.11 0.27 0.14 37 0.45 0.74
Hex DB C4 9F 0 B 1B E 25 2D 4A
Octal 333 304 237 0 13 33 16 45 55 112
Binary 11011011 11000100 10011111 0 1011 11011 1110 100101 101101 1001010

Color Harmonies of #DBC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC49F

Black with #DBC49F

Text Example


Text Example

White with #DBC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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