Html Css Color HEX #DB930E Gamboge

📋 copy color: '#DB930E'

red 219 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #DB930E

Tints of Gamboge #DB930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 57.63%
G = 38.68%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB930E (or 0xDB930E) is known color: Gamboge. HEX triplet: DB, 93 and 0E. RGB value is (219,147,14). Sum of RGB (Red+Green+Blue) = 219+147+14=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB930E is #246CF1. Grayscale: #999999. Windows color (decimal): -2387186 or 955355. OLE color: 955355.

HSL color Cylindrical-coordinate representation of color #DB930E: hue angle of 38.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB930E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 14 -
CMYK 0 0.33 0.94 0.14
HSL 38.93º 0.88% 0.46% -
HSV(B) 38.93º 0.94% 0.86% -
XYZ 39.73 35.96 5.26 -
YUV 153.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 219 147 14 0 0.33 0.94 0.14 38.93 0.88 0.46
Hex DB 93 E 0 21 5E E 27 58 2E
Octal 333 223 16 0 41 136 16 47 130 56
Binary 11011011 10010011 1110 0 100001 1011110 1110 100111 1011000 101110

Color Harmonies of #DB930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB930E

Black with #DB930E

Text Example


Text Example

White with #DB930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB930E; }

 p { color: rgb(219,147,14); }

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

background-color css

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

 a { background-color: rgb(219,147,14); }

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

border-color css

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

 span { border-color: rgb(219,147,14); }

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