Html Css Color HEX #DBC596 Raffia

📋 copy color: '#DBC596'

red 219 ◦ green 197 ◦ blue 150

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

Shades of Raffia #DBC596

Tints of Raffia #DBC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.81%

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

R = 38.69%
G = 34.81%
B = 26.5%

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

#DBC596 (or 0xDBC596) is known color: Raffia. HEX triplet: DB, C5 and 96. RGB value is (219,197,150). Sum of RGB (Red+Green+Blue) = 219+197+150=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC596 is #243A69. Grayscale: #C6C6C6. Windows color (decimal): -2374250 or 9881051. OLE color: 9881051.

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

Color convert

RGB 219 197 150 -
CMYK 0 0.10 0.32 0.14
HSL 40.87º 0.49% 0.72% -
HSV(B) 40.87º 0.32% 0.86% -
XYZ 54.68 57.19 37.01 -
YUV 198.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 219 197 150 0 0.10 0.32 0.14 40.87 0.49 0.72
Hex DB C5 96 0 A 20 E 29 31 48
Octal 333 305 226 0 12 40 16 51 61 110
Binary 11011011 11000101 10010110 0 1010 100000 1110 101001 110001 1001000

Color Harmonies of #DBC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC596

Black with #DBC596

Text Example


Text Example

White with #DBC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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