Html Css Color HEX #DBC695 Raffia

📋 copy color: '#DBC695'

red 219 ◦ green 198 ◦ blue 149

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

Shades of Raffia #DBC695

Tints of Raffia #DBC695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 38.69%
G = 34.98%
B = 26.33%

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

#DBC695 (or 0xDBC695) is known color: Raffia. HEX triplet: DB, C6 and 95. RGB value is (219,198,149). Sum of RGB (Red+Green+Blue) = 219+198+149=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC695 is #24396A. Grayscale: #C6C6C6. Windows color (decimal): -2373995 or 9815771. OLE color: 9815771.

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

Color convert

RGB 219 198 149 -
CMYK 0 0.10 0.32 0.14
HSL 42º 0.49% 0.72% -
HSV(B) 42º 0.32% 0.86% -
XYZ 54.83 57.62 36.67 -
YUV 198.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 219 198 149 0 0.10 0.32 0.14 42 0.49 0.72
Hex DB C6 95 0 A 20 E 2A 31 48
Octal 333 306 225 0 12 40 16 52 61 110
Binary 11011011 11000110 10010101 0 1010 100000 1110 101010 110001 1001000

Color Harmonies of #DBC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC695

Black with #DBC695

Text Example


Text Example

White with #DBC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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