Html Css Color HEX #DB890E Gamboge

📋 copy color: '#DB890E'

red 219 ◦ green 137 ◦ blue 14

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

Shades of Gamboge #DB890E

Tints of Gamboge #DB890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

 BLUE value IS 14 (5.86% from 255) = 3.78%

R = 59.19%
G = 37.03%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB890E (or 0xDB890E) is known color: Gamboge. HEX triplet: DB, 89 and 0E. RGB value is (219,137,14). Sum of RGB (Red+Green+Blue) = 219+137+14=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB890E is #2476F1. Grayscale: #949494. Windows color (decimal): -2389746 or 952795. OLE color: 952795.

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

Color convert

RGB 219 137 14 -
CMYK 0 0.37 0.94 0.14
HSL 36º 0.88% 0.46% -
HSV(B) 36º 0.94% 0.86% -
XYZ 38.24 32.98 4.77 -
YUV 147.5 52.67 179 -
System Red Green Blue C M Y K H S L
Decimal 219 137 14 0 0.37 0.94 0.14 36 0.88 0.46
Hex DB 89 E 0 25 5E E 24 58 2E
Octal 333 211 16 0 45 136 16 44 130 56
Binary 11011011 10001001 1110 0 100101 1011110 1110 100100 1011000 101110

Color Harmonies of #DB890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB890E

Black with #DB890E

Text Example


Text Example

White with #DB890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB890E; }

 p { color: rgb(219,137,14); }

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

background-color css

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

 a { background-color: rgb(219,137,14); }

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

border-color css

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

 span { border-color: rgb(219,137,14); }

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