Html Css Color HEX #DB9C15 Gamboge

📋 copy color: '#DB9C15'

red 219 ◦ green 156 ◦ blue 21

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

Shades of Gamboge #DB9C15

Tints of Gamboge #DB9C15

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 55.3%
G = 39.39%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9C15 (or 0xDB9C15) is known color: Gamboge. HEX triplet: DB, 9C and 15. RGB value is (219,156,21). Sum of RGB (Red+Green+Blue) = 219+156+21=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C15 is #2463EA. Grayscale: #A0A0A0. Windows color (decimal): -2384875 or 1416411. OLE color: 1416411.

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

Color convert

RGB 219 156 21 -
CMYK 0 0.29 0.90 0.14
HSL 40.91º 0.83% 0.47% -
HSV(B) 40.91º 0.9% 0.86% -
XYZ 41.24 38.89 6.04 -
YUV 159.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 219 156 21 0 0.29 0.90 0.14 40.91 0.83 0.47
Hex DB 9C 15 0 1D 5A E 29 52 2F
Octal 333 234 25 0 35 132 16 51 122 57
Binary 11011011 10011100 10101 0 11101 1011010 1110 101001 1010010 101111

Color Harmonies of #DB9C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C15

Black with #DB9C15

Text Example


Text Example

White with #DB9C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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