Html Css Color HEX #DB9517 Gamboge

📋 copy color: '#DB9517'

red 219 ◦ green 149 ◦ blue 23

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

Shades of Gamboge #DB9517

Tints of Gamboge #DB9517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.88%

R = 56.01%
G = 38.11%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9517 (or 0xDB9517) is known color: Gamboge. HEX triplet: DB, 95 and 17. RGB value is (219,149,23). Sum of RGB (Red+Green+Blue) = 219+149+23=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9517 is #246AE8. Grayscale: #9C9C9C. Windows color (decimal): -2386665 or 1545691. OLE color: 1545691.

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

Color convert

RGB 219 149 23 -
CMYK 0 0.32 0.89 0.14
HSL 38.57º 0.81% 0.47% -
HSV(B) 38.57º 0.89% 0.86% -
XYZ 40.12 36.62 5.76 -
YUV 155.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 219 149 23 0 0.32 0.89 0.14 38.57 0.81 0.47
Hex DB 95 17 0 20 59 E 27 51 2F
Octal 333 225 27 0 40 131 16 47 121 57
Binary 11011011 10010101 10111 0 100000 1011001 1110 100111 1010001 101111

Color Harmonies of #DB9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9517

Black with #DB9517

Text Example


Text Example

White with #DB9517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9517; }

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

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

background-color css

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

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

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

border-color css

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

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

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