Html Css Color HEX #DBC495 Raffia

📋 copy color: '#DBC495'

red 219 ◦ green 196 ◦ blue 149

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

Shades of Raffia #DBC495

Tints of Raffia #DBC495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 38.83%
G = 34.75%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBC495 (or 0xDBC495) is known color: Raffia. HEX triplet: DB, C4 and 95. RGB value is (219,196,149). Sum of RGB (Red+Green+Blue) = 219+196+149=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC495 is #243B6A. Grayscale: #C5C5C5. Windows color (decimal): -2374507 or 9815259. OLE color: 9815259.

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

Color convert

RGB 219 196 149 -
CMYK 0 0.11 0.32 0.14
HSL 40.29º 0.49% 0.72% -
HSV(B) 40.29º 0.32% 0.86% -
XYZ 54.38 56.71 36.51 -
YUV 197.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 219 196 149 0 0.11 0.32 0.14 40.29 0.49 0.72
Hex DB C4 95 0 B 20 E 28 31 48
Octal 333 304 225 0 13 40 16 50 61 110
Binary 11011011 11000100 10010101 0 1011 100000 1110 101000 110001 1001000

Color Harmonies of #DBC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC495

Black with #DBC495

Text Example


Text Example

White with #DBC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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