Html Css Color HEX #DB940C Gamboge

📋 copy color: '#DB940C'

red 219 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #DB940C

Tints of Gamboge #DB940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 57.78%
G = 39.05%
B = 3.17%

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

#DB940C (or 0xDB940C) is known color: Gamboge. HEX triplet: DB, 94 and 0C. RGB value is (219,148,12). Sum of RGB (Red+Green+Blue) = 219+148+12=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB940C is #246BF3. Grayscale: #9A9A9A. Windows color (decimal): -2386932 or 824539. OLE color: 824539.

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

Color convert

RGB 219 148 12 -
CMYK 0 0.32 0.95 0.14
HSL 39.42º 0.9% 0.45% -
HSV(B) 39.42º 0.95% 0.86% -
XYZ 39.87 36.27 5.25 -
YUV 153.73 48.02 174.56 -
System Red Green Blue C M Y K H S L
Decimal 219 148 12 0 0.32 0.95 0.14 39.42 0.9 0.45
Hex DB 94 C 0 20 5F E 27 5A 2D
Octal 333 224 14 0 40 137 16 47 132 55
Binary 11011011 10010100 1100 0 100000 1011111 1110 100111 1011010 101101

Color Harmonies of #DB940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB940C

Black with #DB940C

Text Example


Text Example

White with #DB940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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