Html Css Color HEX #DBC29E Raffia

📋 copy color: '#DBC29E'

red 219 ◦ green 194 ◦ blue 158

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

Shades of Raffia #DBC29E

Tints of Raffia #DBC29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.67%

R = 38.35%
G = 33.98%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBC29E (or 0xDBC29E) is known color: Raffia. HEX triplet: DB, C2 and 9E. RGB value is (219,194,158). Sum of RGB (Red+Green+Blue) = 219+194+158=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29E is #243D61. Grayscale: #C5C5C5. Windows color (decimal): -2375010 or 10404571. OLE color: 10404571.

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

Color convert

RGB 219 194 158 -
CMYK 0 0.11 0.28 0.14
HSL 35.41º 0.46% 0.74% -
HSV(B) 35.41º 0.28% 0.86% -
XYZ 54.68 56.11 40.3 -
YUV 197.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 219 194 158 0 0.11 0.28 0.14 35.41 0.46 0.74
Hex DB C2 9E 0 B 1C E 23 2E 4A
Octal 333 302 236 0 13 34 16 43 56 112
Binary 11011011 11000010 10011110 0 1011 11100 1110 100011 101110 1001010

Color Harmonies of #DBC29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC29E

Black with #DBC29E

Text Example


Text Example

White with #DBC29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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