Html Css Color HEX #DB9215 Gamboge

📋 copy color: '#DB9215'

red 219 ◦ green 146 ◦ blue 21

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

Shades of Gamboge #DB9215

Tints of Gamboge #DB9215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

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

R = 56.74%
G = 37.82%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9215 (or 0xDB9215) is known color: Gamboge. HEX triplet: DB, 92 and 15. RGB value is (219,146,21). Sum of RGB (Red+Green+Blue) = 219+146+21=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9215 is #246DEA. Grayscale: #9A9A9A. Windows color (decimal): -2387435 or 1413851. OLE color: 1413851.

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

Color convert

RGB 219 146 21 -
CMYK 0 0.33 0.90 0.14
HSL 37.88º 0.83% 0.47% -
HSV(B) 37.88º 0.9% 0.86% -
XYZ 39.63 35.67 5.51 -
YUV 153.58 53.18 174.66 -
System Red Green Blue C M Y K H S L
Decimal 219 146 21 0 0.33 0.90 0.14 37.88 0.83 0.47
Hex DB 92 15 0 21 5A E 26 52 2F
Octal 333 222 25 0 41 132 16 46 122 57
Binary 11011011 10010010 10101 0 100001 1011010 1110 100110 1010010 101111

Color Harmonies of #DB9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9215

Black with #DB9215

Text Example


Text Example

White with #DB9215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9215; }

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

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

background-color css

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

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

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

border-color css

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

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

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