Html Css Color HEX #DBC59B Raffia

📋 copy color: '#DBC59B'

red 219 ◦ green 197 ◦ blue 155

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

Shades of Raffia #DBC59B

Tints of Raffia #DBC59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.15%

R = 38.35%
G = 34.5%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBC59B (or 0xDBC59B) is known color: Raffia. HEX triplet: DB, C5 and 9B. RGB value is (219,197,155). Sum of RGB (Red+Green+Blue) = 219+197+155=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59B is #243A64. Grayscale: #C6C6C6. Windows color (decimal): -2374245 or 10208731. OLE color: 10208731.

HSL color Cylindrical-coordinate representation of color #DBC59B: hue angle of 39.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBC59B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 155 -
CMYK 0 0.10 0.29 0.14
HSL 39.38º 0.47% 0.73% -
HSV(B) 39.38º 0.29% 0.86% -
XYZ 55.1 57.36 39.18 -
YUV 198.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 219 197 155 0 0.10 0.29 0.14 39.38 0.47 0.73
Hex DB C5 9B 0 A 1D E 27 2F 49
Octal 333 305 233 0 12 35 16 47 57 111
Binary 11011011 11000101 10011011 0 1010 11101 1110 100111 101111 1001001

Color Harmonies of #DBC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC59B

Black with #DBC59B

Text Example


Text Example

White with #DBC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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