Html Css Color HEX #DB9515 Gamboge

📋 copy color: '#DB9515'

red 219 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #DB9515

Tints of Gamboge #DB9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 56.3%
G = 38.3%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9515 (or 0xDB9515) is known color: Gamboge. HEX triplet: DB, 95 and 15. RGB value is (219,149,21). Sum of RGB (Red+Green+Blue) = 219+149+21=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9515 is #246AEA. Grayscale: #9B9B9B. Windows color (decimal): -2386667 or 1414619. OLE color: 1414619.

HSL color Cylindrical-coordinate representation of color #DB9515: hue angle of 38.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB9515 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 21 -
CMYK 0 0.32 0.90 0.14
HSL 38.79º 0.83% 0.47% -
HSV(B) 38.79º 0.9% 0.86% -
XYZ 40.1 36.61 5.66 -
YUV 155.34 52.19 173.41 -
System Red Green Blue C M Y K H S L
Decimal 219 149 21 0 0.32 0.90 0.14 38.79 0.83 0.47
Hex DB 95 15 0 20 5A E 27 52 2F
Octal 333 225 25 0 40 132 16 47 122 57
Binary 11011011 10010101 10101 0 100000 1011010 1110 100111 1010010 101111

Color Harmonies of #DB9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9515

Black with #DB9515

Text Example


Text Example

White with #DB9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9515; }

 p { color: rgb(219,149,21); }

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

background-color css

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

 a { background-color: rgb(219,149,21); }

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

border-color css

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

 span { border-color: rgb(219,149,21); }

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