Html Css Color HEX #DBC296 Raffia

📋 copy color: '#DBC296'

red 219 ◦ green 194 ◦ blue 150

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

Shades of Raffia #DBC296

Tints of Raffia #DBC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 38.9%
G = 34.46%
B = 26.64%

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

#DBC296 (or 0xDBC296) is known color: Raffia. HEX triplet: DB, C2 and 96. RGB value is (219,194,150). Sum of RGB (Red+Green+Blue) = 219+194+150=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC296 is #243D69. Grayscale: #C4C4C4. Windows color (decimal): -2375018 or 9880283. OLE color: 9880283.

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

Color convert

RGB 219 194 150 -
CMYK 0 0.11 0.32 0.14
HSL 38.26º 0.49% 0.72% -
HSV(B) 38.26º 0.32% 0.86% -
XYZ 54.01 55.85 36.79 -
YUV 196.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 219 194 150 0 0.11 0.32 0.14 38.26 0.49 0.72
Hex DB C2 96 0 B 20 E 26 31 48
Octal 333 302 226 0 13 40 16 46 61 110
Binary 11011011 11000010 10010110 0 1011 100000 1110 100110 110001 1001000

Color Harmonies of #DBC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC296

Black with #DBC296

Text Example


Text Example

White with #DBC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC296; }

 p { color: rgb(219,194,150); }

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

background-color css

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

 a { background-color: rgb(219,194,150); }

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

border-color css

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

 span { border-color: rgb(219,194,150); }

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