Html Css Color HEX #DBC59D Raffia

📋 copy color: '#DBC59D'

red 219 ◦ green 197 ◦ blue 157

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

Shades of Raffia #DBC59D

Tints of Raffia #DBC59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.4%

R = 38.22%
G = 34.38%
B = 27.4%

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

#DBC59D (or 0xDBC59D) is known color: Raffia. HEX triplet: DB, C5 and 9D. RGB value is (219,197,157). Sum of RGB (Red+Green+Blue) = 219+197+157=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59D is #243A62. Grayscale: #C7C7C7. Windows color (decimal): -2374243 or 10339803. OLE color: 10339803.

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

Color convert

RGB 219 197 157 -
CMYK 0 0.10 0.28 0.14
HSL 38.71º 0.46% 0.74% -
HSV(B) 38.71º 0.28% 0.86% -
XYZ 55.27 57.43 40.07 -
YUV 199.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 219 197 157 0 0.10 0.28 0.14 38.71 0.46 0.74
Hex DB C5 9D 0 A 1C E 27 2E 4A
Octal 333 305 235 0 12 34 16 47 56 112
Binary 11011011 11000101 10011101 0 1010 11100 1110 100111 101110 1001010

Color Harmonies of #DBC59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC59D

Black with #DBC59D

Text Example


Text Example

White with #DBC59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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