Html Css Color HEX #DB950B Gamboge

📋 copy color: '#DB950B'

red 219 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #DB950B

Tints of Gamboge #DB950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

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

R = 57.78%
G = 39.31%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB950B (or 0xDB950B) is known color: Gamboge. HEX triplet: DB, 95 and 0B. RGB value is (219,149,11). Sum of RGB (Red+Green+Blue) = 219+149+11=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB950B is #246AF4. Grayscale: #9A9A9A. Windows color (decimal): -2386677 or 759259. OLE color: 759259.

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

Color convert

RGB 219 149 11 -
CMYK 0 0.32 0.95 0.14
HSL 39.81º 0.9% 0.45% -
HSV(B) 39.81º 0.95% 0.86% -
XYZ 40.02 36.58 5.27 -
YUV 154.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 219 149 11 0 0.32 0.95 0.14 39.81 0.9 0.45
Hex DB 95 B 0 20 5F E 28 5A 2D
Octal 333 225 13 0 40 137 16 50 132 55
Binary 11011011 10010101 1011 0 100000 1011111 1110 101000 1011010 101101

Color Harmonies of #DB950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB950B

Black with #DB950B

Text Example


Text Example

White with #DB950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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