Html Css Color HEX #DB9507 Gamboge

📋 copy color: '#DB9507'

red 219 ◦ green 149 ◦ blue 7

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

Shades of Gamboge #DB9507

Tints of Gamboge #DB9507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 58.4%
G = 39.73%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB9507 (or 0xDB9507) is known color: Gamboge. HEX triplet: DB, 95 and 07. RGB value is (219,149,7). Sum of RGB (Red+Green+Blue) = 219+149+7=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9507 is #246AF8. Grayscale: #9A9A9A. Windows color (decimal): -2386681 or 497115. OLE color: 497115.

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

Color convert

RGB 219 149 7 -
CMYK 0 0.32 0.97 0.14
HSL 40.19º 0.94% 0.44% -
HSV(B) 40.19º 0.97% 0.86% -
XYZ 40 36.57 5.15 -
YUV 153.74 45.19 174.55 -
System Red Green Blue C M Y K H S L
Decimal 219 149 7 0 0.32 0.97 0.14 40.19 0.94 0.44
Hex DB 95 7 0 20 61 E 28 5E 2C
Octal 333 225 7 0 40 141 16 50 136 54
Binary 11011011 10010101 111 0 100000 1100001 1110 101000 1011110 101100

Color Harmonies of #DB9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9507

Black with #DB9507

Text Example


Text Example

White with #DB9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9507; }

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

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

background-color css

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

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

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

border-color css

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

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

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