Html Css Color HEX #DB890B Gamboge

📋 copy color: '#DB890B'

red 219 ◦ green 137 ◦ blue 11

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

Shades of Gamboge #DB890B

Tints of Gamboge #DB890B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3%

R = 59.67%
G = 37.33%
B = 3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB890B (or 0xDB890B) is known color: Gamboge. HEX triplet: DB, 89 and 0B. RGB value is (219,137,11). Sum of RGB (Red+Green+Blue) = 219+137+11=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB890B is #2476F4. Grayscale: #939393. Windows color (decimal): -2389749 or 756187. OLE color: 756187.

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

Color convert

RGB 219 137 11 -
CMYK 0 0.37 0.95 0.14
HSL 36.35º 0.9% 0.45% -
HSV(B) 36.35º 0.95% 0.86% -
XYZ 38.22 32.98 4.67 -
YUV 147.15 51.17 179.25 -
System Red Green Blue C M Y K H S L
Decimal 219 137 11 0 0.37 0.95 0.14 36.35 0.9 0.45
Hex DB 89 B 0 25 5F E 24 5A 2D
Octal 333 211 13 0 45 137 16 44 132 55
Binary 11011011 10001001 1011 0 100101 1011111 1110 100100 1011010 101101

Color Harmonies of #DB890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB890B

Black with #DB890B

Text Example


Text Example

White with #DB890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB890B; }

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

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

background-color css

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

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

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

border-color css

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

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

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