Html Css Color HEX #DBC799 Raffia

📋 copy color: '#DBC799'

red 219 ◦ green 199 ◦ blue 153

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

Shades of Raffia #DBC799

Tints of Raffia #DBC799

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.85%

 BLUE value IS 153 (60.16% from 255) = 26.8%

R = 38.35%
G = 34.85%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBC799 (or 0xDBC799) is known color: Raffia. HEX triplet: DB, C7 and 99. RGB value is (219,199,153). Sum of RGB (Red+Green+Blue) = 219+199+153=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC799 is #243866. Grayscale: #C7C7C7. Windows color (decimal): -2373735 or 10078171. OLE color: 10078171.

HSL color Cylindrical-coordinate representation of color #DBC799: hue angle of 41.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBC799 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 153 -
CMYK 0 0.09 0.30 0.14
HSL 41.82º 0.48% 0.73% -
HSV(B) 41.82º 0.3% 0.86% -
XYZ 55.39 58.21 38.45 -
YUV 199.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 219 199 153 0 0.09 0.30 0.14 41.82 0.48 0.73
Hex DB C7 99 0 9 1E E 2A 30 49
Octal 333 307 231 0 11 36 16 52 60 111
Binary 11011011 11000111 10011001 0 1001 11110 1110 101010 110000 1001001

Color Harmonies of #DBC799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC799

Black with #DBC799

Text Example


Text Example

White with #DBC799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC799; }

 p { color: rgb(219,199,153); }

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

background-color css

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

 a { background-color: rgb(219,199,153); }

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

border-color css

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

 span { border-color: rgb(219,199,153); }

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