Html Css Color HEX #DBC59E Raffia

📋 copy color: '#DBC59E'

red 219 ◦ green 197 ◦ blue 158

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

Shades of Raffia #DBC59E

Tints of Raffia #DBC59E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.32%

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

R = 38.15%
G = 34.32%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBC59E (or 0xDBC59E) is known color: Raffia. HEX triplet: DB, C5 and 9E. RGB value is (219,197,158). Sum of RGB (Red+Green+Blue) = 219+197+158=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59E is #243A61. Grayscale: #C7C7C7. Windows color (decimal): -2374242 or 10405339. OLE color: 10405339.

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

Color convert

RGB 219 197 158 -
CMYK 0 0.10 0.28 0.14
HSL 38.36º 0.46% 0.74% -
HSV(B) 38.36º 0.28% 0.86% -
XYZ 55.35 57.46 40.52 -
YUV 199.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 219 197 158 0 0.10 0.28 0.14 38.36 0.46 0.74
Hex DB C5 9E 0 A 1C E 26 2E 4A
Octal 333 305 236 0 12 34 16 46 56 112
Binary 11011011 11000101 10011110 0 1010 11100 1110 100110 101110 1001010

Color Harmonies of #DBC59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC59E

Black with #DBC59E

Text Example


Text Example

White with #DBC59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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