Html Css Color HEX #DB990B Gamboge

📋 copy color: '#DB990B'

red 219 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #DB990B

Tints of Gamboge #DB990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

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

R = 57.18%
G = 39.95%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB990B (or 0xDB990B) is known color: Gamboge. HEX triplet: DB, 99 and 0B. RGB value is (219,153,11). Sum of RGB (Red+Green+Blue) = 219+153+11=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB990B is #2466F4. Grayscale: #9D9D9D. Windows color (decimal): -2385653 or 760283. OLE color: 760283.

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

Color convert

RGB 219 153 11 -
CMYK 0 0.30 0.95 0.14
HSL 40.96º 0.9% 0.45% -
HSV(B) 40.96º 0.95% 0.86% -
XYZ 40.67 37.87 5.48 -
YUV 156.55 45.87 172.55 -
System Red Green Blue C M Y K H S L
Decimal 219 153 11 0 0.30 0.95 0.14 40.96 0.9 0.45
Hex DB 99 B 0 1E 5F E 29 5A 2D
Octal 333 231 13 0 36 137 16 51 132 55
Binary 11011011 10011001 1011 0 11110 1011111 1110 101001 1011010 101101

Color Harmonies of #DB990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB990B

Black with #DB990B

Text Example


Text Example

White with #DB990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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