Html Css Color HEX #DBC197 Raffia

📋 copy color: '#DBC197'

red 219 ◦ green 193 ◦ blue 151

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

Shades of Raffia #DBC197

Tints of Raffia #DBC197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.82%

R = 38.9%
G = 34.28%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBC197 (or 0xDBC197) is known color: Raffia. HEX triplet: DB, C1 and 97. RGB value is (219,193,151). Sum of RGB (Red+Green+Blue) = 219+193+151=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC197 is #243E68. Grayscale: #C4C4C4. Windows color (decimal): -2375273 or 9945563. OLE color: 9945563.

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

Color convert

RGB 219 193 151 -
CMYK 0 0.12 0.31 0.14
HSL 37.06º 0.49% 0.73% -
HSV(B) 37.06º 0.31% 0.86% -
XYZ 53.87 55.43 37.14 -
YUV 195.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 219 193 151 0 0.12 0.31 0.14 37.06 0.49 0.73
Hex DB C1 97 0 C 1F E 25 31 49
Octal 333 301 227 0 14 37 16 45 61 111
Binary 11011011 11000001 10010111 0 1100 11111 1110 100101 110001 1001001

Color Harmonies of #DBC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC197

Black with #DBC197

Text Example


Text Example

White with #DBC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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