Html Css Color HEX #DB930F Gamboge

📋 copy color: '#DB930F'

red 219 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #DB930F

Tints of Gamboge #DB930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 57.48%
G = 38.58%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB930F (or 0xDB930F) is known color: Gamboge. HEX triplet: DB, 93 and 0F. RGB value is (219,147,15). Sum of RGB (Red+Green+Blue) = 219+147+15=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB930F is #246CF0. Grayscale: #9A9A9A. Windows color (decimal): -2387185 or 1020891. OLE color: 1020891.

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

Color convert

RGB 219 147 15 -
CMYK 0 0.33 0.93 0.14
HSL 38.82º 0.87% 0.46% -
HSV(B) 38.82º 0.93% 0.86% -
XYZ 39.73 35.96 5.3 -
YUV 153.48 49.85 174.73 -
System Red Green Blue C M Y K H S L
Decimal 219 147 15 0 0.33 0.93 0.14 38.82 0.87 0.46
Hex DB 93 F 0 21 5D E 27 57 2E
Octal 333 223 17 0 41 135 16 47 127 56
Binary 11011011 10010011 1111 0 100001 1011101 1110 100111 1010111 101110

Color Harmonies of #DB930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB930F

Black with #DB930F

Text Example


Text Example

White with #DB930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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