Html Css Color HEX #DB860D Gamboge

📋 copy color: '#DB860D'

red 219 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #DB860D

Tints of Gamboge #DB860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 59.84%
G = 36.61%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB860D (or 0xDB860D) is known color: Gamboge. HEX triplet: DB, 86 and 0D. RGB value is (219,134,13). Sum of RGB (Red+Green+Blue) = 219+134+13=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB860D is #2479F2. Grayscale: #929292. Windows color (decimal): -2390515 or 886491. OLE color: 886491.

HSL color Cylindrical-coordinate representation of color #DB860D: hue angle of 35.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB860D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 134 13 -
CMYK 0 0.39 0.94 0.14
HSL 35.24º 0.89% 0.45% -
HSV(B) 35.24º 0.94% 0.86% -
XYZ 37.81 32.14 4.59 -
YUV 145.62 53.16 180.34 -
System Red Green Blue C M Y K H S L
Decimal 219 134 13 0 0.39 0.94 0.14 35.24 0.89 0.45
Hex DB 86 D 0 27 5E E 23 59 2D
Octal 333 206 15 0 47 136 16 43 131 55
Binary 11011011 10000110 1101 0 100111 1011110 1110 100011 1011001 101101

Color Harmonies of #DB860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB860D

Black with #DB860D

Text Example


Text Example

White with #DB860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB860D; }

 p { color: rgb(219,134,13); }

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

background-color css

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

 a { background-color: rgb(219,134,13); }

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

border-color css

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

 span { border-color: rgb(219,134,13); }

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