Html Css Color HEX #DB9103 Gamboge

📋 copy color: '#DB9103'

red 219 ◦ green 145 ◦ blue 3

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

Shades of Gamboge #DB9103

Tints of Gamboge #DB9103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 59.67%
G = 39.51%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB9103 (or 0xDB9103) is known color: Gamboge. HEX triplet: DB, 91 and 03. RGB value is (219,145,3). Sum of RGB (Red+Green+Blue) = 219+145+3=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9103 is #246EFC. Grayscale: #979797. Windows color (decimal): -2387709 or 233947. OLE color: 233947.

HSL color Cylindrical-coordinate representation of color #DB9103: hue angle of 39.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9103 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 3 -
CMYK 0 0.34 0.99 0.14
HSL 39.44º 0.97% 0.44% -
HSV(B) 39.44º 0.99% 0.86% -
XYZ 39.36 35.32 4.83 -
YUV 150.94 44.52 176.55 -
System Red Green Blue C M Y K H S L
Decimal 219 145 3 0 0.34 0.99 0.14 39.44 0.97 0.44
Hex DB 91 3 0 22 63 E 27 61 2C
Octal 333 221 3 0 42 143 16 47 141 54
Binary 11011011 10010001 11 0 100010 1100011 1110 100111 1100001 101100

Color Harmonies of #DB9103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9103

Black with #DB9103

Text Example


Text Example

White with #DB9103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9103; }

 p { color: rgb(219,145,3); }

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

background-color css

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

 a { background-color: rgb(219,145,3); }

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

border-color css

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

 span { border-color: rgb(219,145,3); }

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