Html Css Color HEX #DB940B Gamboge

📋 copy color: '#DB940B'

red 219 ◦ green 148 ◦ blue 11

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

Shades of Gamboge #DB940B

Tints of Gamboge #DB940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 57.94%
G = 39.15%
B = 2.91%

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

#DB940B (or 0xDB940B) is known color: Gamboge. HEX triplet: DB, 94 and 0B. RGB value is (219,148,11). Sum of RGB (Red+Green+Blue) = 219+148+11=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB940B is #246BF4. Grayscale: #9A9A9A. Windows color (decimal): -2386933 or 759003. OLE color: 759003.

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

Color convert

RGB 219 148 11 -
CMYK 0 0.32 0.95 0.14
HSL 39.52º 0.9% 0.45% -
HSV(B) 39.52º 0.95% 0.86% -
XYZ 39.86 36.26 5.22 -
YUV 153.61 47.52 174.64 -
System Red Green Blue C M Y K H S L
Decimal 219 148 11 0 0.32 0.95 0.14 39.52 0.9 0.45
Hex DB 94 B 0 20 5F E 28 5A 2D
Octal 333 224 13 0 40 137 16 50 132 55
Binary 11011011 10010100 1011 0 100000 1011111 1110 101000 1011010 101101

Color Harmonies of #DB940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB940B

Black with #DB940B

Text Example


Text Example

White with #DB940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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