Html Css Color HEX #DBC69F Raffia

📋 copy color: '#DBC69F'

red 219 ◦ green 198 ◦ blue 159

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

Shades of Raffia #DBC69F

Tints of Raffia #DBC69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.6%

R = 38.02%
G = 34.38%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBC69F (or 0xDBC69F) is known color: Raffia. HEX triplet: DB, C6 and 9F. RGB value is (219,198,159). Sum of RGB (Red+Green+Blue) = 219+198+159=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69F is #243960. Grayscale: #C8C8C8. Windows color (decimal): -2373985 or 10471131. OLE color: 10471131.

HSL color Cylindrical-coordinate representation of color #DBC69F: hue angle of 39º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBC69F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 159 -
CMYK 0 0.10 0.27 0.14
HSL 39º 0.45% 0.74% -
HSV(B) 39º 0.27% 0.86% -
XYZ 55.67 57.95 41.05 -
YUV 199.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 219 198 159 0 0.10 0.27 0.14 39 0.45 0.74
Hex DB C6 9F 0 A 1B E 27 2D 4A
Octal 333 306 237 0 12 33 16 47 55 112
Binary 11011011 11000110 10011111 0 1010 11011 1110 100111 101101 1001010

Color Harmonies of #DBC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC69F

Black with #DBC69F

Text Example


Text Example

White with #DBC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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