Html Css Color HEX #DBC497 Raffia

📋 copy color: '#DBC497'

red 219 ◦ green 196 ◦ blue 151

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

Shades of Raffia #DBC497

Tints of Raffia #DBC497

RGB

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

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

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

R = 38.69%
G = 34.63%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBC497 (or 0xDBC497) is known color: Raffia. HEX triplet: DB, C4 and 97. RGB value is (219,196,151). Sum of RGB (Red+Green+Blue) = 219+196+151=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC497 is #243B68. Grayscale: #C5C5C5. Windows color (decimal): -2374505 or 9946331. OLE color: 9946331.

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

Color convert

RGB 219 196 151 -
CMYK 0 0.11 0.31 0.14
HSL 39.71º 0.49% 0.73% -
HSV(B) 39.71º 0.31% 0.86% -
XYZ 54.54 56.77 37.36 -
YUV 197.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 219 196 151 0 0.11 0.31 0.14 39.71 0.49 0.73
Hex DB C4 97 0 B 1F E 28 31 49
Octal 333 304 227 0 13 37 16 50 61 111
Binary 11011011 11000100 10010111 0 1011 11111 1110 101000 110001 1001001

Color Harmonies of #DBC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC497

Black with #DBC497

Text Example


Text Example

White with #DBC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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