Html Css Color HEX #DBC696 Raffia

📋 copy color: '#DBC696'

red 219 ◦ green 198 ◦ blue 150

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

Shades of Raffia #DBC696

Tints of Raffia #DBC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.92%

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

R = 38.62%
G = 34.92%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBC696 (or 0xDBC696) is known color: Raffia. HEX triplet: DB, C6 and 96. RGB value is (219,198,150). Sum of RGB (Red+Green+Blue) = 219+198+150=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC696 is #243969. Grayscale: #C7C7C7. Windows color (decimal): -2373994 or 9881307. OLE color: 9881307.

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

Color convert

RGB 219 198 150 -
CMYK 0 0.10 0.32 0.14
HSL 41.74º 0.49% 0.72% -
HSV(B) 41.74º 0.32% 0.86% -
XYZ 54.91 57.65 37.09 -
YUV 198.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 219 198 150 0 0.10 0.32 0.14 41.74 0.49 0.72
Hex DB C6 96 0 A 20 E 2A 31 48
Octal 333 306 226 0 12 40 16 52 61 110
Binary 11011011 11000110 10010110 0 1010 100000 1110 101010 110001 1001000

Color Harmonies of #DBC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC696

Black with #DBC696

Text Example


Text Example

White with #DBC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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