Html Css Color HEX #DB9B07 Gamboge

📋 copy color: '#DB9B07'

red 219 ◦ green 155 ◦ blue 7

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

Shades of Gamboge #DB9B07

Tints of Gamboge #DB9B07

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

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

R = 57.48%
G = 40.68%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB9B07 (or 0xDB9B07) is known color: Gamboge. HEX triplet: DB, 9B and 07. RGB value is (219,155,7). Sum of RGB (Red+Green+Blue) = 219+155+7=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9B07 is #2464F8. Grayscale: #9D9D9D. Windows color (decimal): -2385145 or 498651. OLE color: 498651.

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

Color convert

RGB 219 155 7 -
CMYK 0 0.29 0.97 0.14
HSL 41.89º 0.94% 0.44% -
HSV(B) 41.89º 0.97% 0.86% -
XYZ 40.97 38.52 5.48 -
YUV 157.26 43.2 172.03 -
System Red Green Blue C M Y K H S L
Decimal 219 155 7 0 0.29 0.97 0.14 41.89 0.94 0.44
Hex DB 9B 7 0 1D 61 E 2A 5E 2C
Octal 333 233 7 0 35 141 16 52 136 54
Binary 11011011 10011011 111 0 11101 1100001 1110 101010 1011110 101100

Color Harmonies of #DB9B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B07

Black with #DB9B07

Text Example


Text Example

White with #DB9B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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