Html Css Color HEX #DB9009 Gamboge

📋 copy color: '#DB9009'

red 219 ◦ green 144 ◦ blue 9

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

Shades of Gamboge #DB9009

Tints of Gamboge #DB9009

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

 BLUE value IS 9 (3.91% from 255) = 2.42%

R = 58.87%
G = 38.71%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB9009 (or 0xDB9009) is known color: Gamboge. HEX triplet: DB, 90 and 09. RGB value is (219,144,9). Sum of RGB (Red+Green+Blue) = 219+144+9=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9009 is #246FF6. Grayscale: #979797. Windows color (decimal): -2387959 or 626907. OLE color: 626907.

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

Color convert

RGB 219 144 9 -
CMYK 0 0.34 0.96 0.14
HSL 38.57º 0.92% 0.45% -
HSV(B) 38.57º 0.96% 0.86% -
XYZ 39.24 35.03 4.95 -
YUV 151.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 219 144 9 0 0.34 0.96 0.14 38.57 0.92 0.45
Hex DB 90 9 0 22 60 E 27 5C 2D
Octal 333 220 11 0 42 140 16 47 134 55
Binary 11011011 10010000 1001 0 100010 1100000 1110 100111 1011100 101101

Color Harmonies of #DB9009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9009

Black with #DB9009

Text Example


Text Example

White with #DB9009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9009; }

 p { color: rgb(219,144,9); }

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

background-color css

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

 a { background-color: rgb(219,144,9); }

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

border-color css

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

 span { border-color: rgb(219,144,9); }

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