Html Css Color HEX #DB9715 Gamboge

📋 copy color: '#DB9715'

red 219 ◦ green 151 ◦ blue 21

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

Shades of Gamboge #DB9715

Tints of Gamboge #DB9715

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 56.01%
G = 38.62%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9715 (or 0xDB9715) is known color: Gamboge. HEX triplet: DB, 97 and 15. RGB value is (219,151,21). Sum of RGB (Red+Green+Blue) = 219+151+21=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9715 is #2468EA. Grayscale: #9D9D9D. Windows color (decimal): -2386155 or 1415131. OLE color: 1415131.

HSL color Cylindrical-coordinate representation of color #DB9715: hue angle of 39.39º 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 #DB9715 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 21 -
CMYK 0 0.31 0.90 0.14
HSL 39.39º 0.83% 0.47% -
HSV(B) 39.39º 0.9% 0.86% -
XYZ 40.42 37.25 5.77 -
YUV 156.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 219 151 21 0 0.31 0.90 0.14 39.39 0.83 0.47
Hex DB 97 15 0 1F 5A E 27 52 2F
Octal 333 227 25 0 37 132 16 47 122 57
Binary 11011011 10010111 10101 0 11111 1011010 1110 100111 1010010 101111

Color Harmonies of #DB9715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9715

Black with #DB9715

Text Example


Text Example

White with #DB9715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9715; }

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

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

background-color css

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

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

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

border-color css

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

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

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