Html Css Color HEX #DBC29F Raffia

📋 copy color: '#DBC29F'

red 219 ◦ green 194 ◦ blue 159

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

Shades of Raffia #DBC29F

Tints of Raffia #DBC29F

RGB

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

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

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

R = 38.29%
G = 33.92%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBC29F (or 0xDBC29F) is known color: Raffia. HEX triplet: DB, C2 and 9F. RGB value is (219,194,159). Sum of RGB (Red+Green+Blue) = 219+194+159=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29F is #243D60. Grayscale: #C5C5C5. Windows color (decimal): -2375009 or 10470107. OLE color: 10470107.

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

Color convert

RGB 219 194 159 -
CMYK 0 0.11 0.27 0.14
HSL 35º 0.45% 0.74% -
HSV(B) 35º 0.27% 0.86% -
XYZ 54.76 56.15 40.75 -
YUV 197.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 219 194 159 0 0.11 0.27 0.14 35 0.45 0.74
Hex DB C2 9F 0 B 1B E 23 2D 4A
Octal 333 302 237 0 13 33 16 43 55 112
Binary 11011011 11000010 10011111 0 1011 11011 1110 100011 101101 1001010

Color Harmonies of #DBC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC29F

Black with #DBC29F

Text Example


Text Example

White with #DBC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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