Html Css Color HEX #DB920B Gamboge

📋 copy color: '#DB920B'

red 219 ◦ green 146 ◦ blue 11

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

Shades of Gamboge #DB920B

Tints of Gamboge #DB920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

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

R = 58.24%
G = 38.83%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB920B (or 0xDB920B) is known color: Gamboge. HEX triplet: DB, 92 and 0B. RGB value is (219,146,11). Sum of RGB (Red+Green+Blue) = 219+146+11=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB920B is #246DF4. Grayscale: #999999. Windows color (decimal): -2387445 or 758491. OLE color: 758491.

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

Color convert

RGB 219 146 11 -
CMYK 0 0.33 0.95 0.14
HSL 38.94º 0.9% 0.45% -
HSV(B) 38.94º 0.95% 0.86% -
XYZ 39.55 35.64 5.11 -
YUV 152.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 219 146 11 0 0.33 0.95 0.14 38.94 0.9 0.45
Hex DB 92 B 0 21 5F E 27 5A 2D
Octal 333 222 13 0 41 137 16 47 132 55
Binary 11011011 10010010 1011 0 100001 1011111 1110 100111 1011010 101101

Color Harmonies of #DB920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB920B

Black with #DB920B

Text Example


Text Example

White with #DB920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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