Html Css Color HEX #DBC49B Raffia

📋 copy color: '#DBC49B'

red 219 ◦ green 196 ◦ blue 155

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

Shades of Raffia #DBC49B

Tints of Raffia #DBC49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 38.42%
G = 34.39%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBC49B (or 0xDBC49B) is known color: Raffia. HEX triplet: DB, C4 and 9B. RGB value is (219,196,155). Sum of RGB (Red+Green+Blue) = 219+196+155=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC49B is #243B64. Grayscale: #C6C6C6. Windows color (decimal): -2374501 or 10208475. OLE color: 10208475.

HSL color Cylindrical-coordinate representation of color #DBC49B: hue angle of 38.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBC49B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 155 -
CMYK 0 0.11 0.29 0.14
HSL 38.44º 0.47% 0.73% -
HSV(B) 38.44º 0.29% 0.86% -
XYZ 54.87 56.91 39.1 -
YUV 198.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 219 196 155 0 0.11 0.29 0.14 38.44 0.47 0.73
Hex DB C4 9B 0 B 1D E 26 2F 49
Octal 333 304 233 0 13 35 16 46 57 111
Binary 11011011 11000100 10011011 0 1011 11101 1110 100110 101111 1001001

Color Harmonies of #DBC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC49B

Black with #DBC49B

Text Example


Text Example

White with #DBC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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