Html Css Color HEX #DB940A Gamboge

📋 copy color: '#DB940A'

red 219 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #DB940A

Tints of Gamboge #DB940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 58.09%
G = 39.26%
B = 2.65%

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

#DB940A (or 0xDB940A) is known color: Gamboge. HEX triplet: DB, 94 and 0A. RGB value is (219,148,10). Sum of RGB (Red+Green+Blue) = 219+148+10=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB940A is #246BF5. Grayscale: #9A9A9A. Windows color (decimal): -2386934 or 693467. OLE color: 693467.

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

Color convert

RGB 219 148 10 -
CMYK 0 0.32 0.95 0.14
HSL 39.62º 0.91% 0.45% -
HSV(B) 39.62º 0.95% 0.86% -
XYZ 39.86 36.26 5.19 -
YUV 153.5 47.02 174.72 -
System Red Green Blue C M Y K H S L
Decimal 219 148 10 0 0.32 0.95 0.14 39.62 0.91 0.45
Hex DB 94 A 0 20 5F E 28 5B 2D
Octal 333 224 12 0 40 137 16 50 133 55
Binary 11011011 10010100 1010 0 100000 1011111 1110 101000 1011011 101101

Color Harmonies of #DB940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB940A

Black with #DB940A

Text Example


Text Example

White with #DB940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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