Html Css Color HEX #DB9706 Gamboge

📋 copy color: '#DB9706'

red 219 ◦ green 151 ◦ blue 6

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

Shades of Gamboge #DB9706

Tints of Gamboge #DB9706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 58.24%
G = 40.16%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB9706 (or 0xDB9706) is known color: Gamboge. HEX triplet: DB, 97 and 06. RGB value is (219,151,6). Sum of RGB (Red+Green+Blue) = 219+151+6=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9706 is #2468F9. Grayscale: #9B9B9B. Windows color (decimal): -2386170 or 432091. OLE color: 432091.

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

Color convert

RGB 219 151 6 -
CMYK 0 0.31 0.97 0.14
HSL 40.85º 0.95% 0.44% -
HSV(B) 40.85º 0.97% 0.86% -
XYZ 40.31 37.21 5.23 -
YUV 154.8 44.03 173.79 -
System Red Green Blue C M Y K H S L
Decimal 219 151 6 0 0.31 0.97 0.14 40.85 0.95 0.44
Hex DB 97 6 0 1F 61 E 29 5F 2C
Octal 333 227 6 0 37 141 16 51 137 54
Binary 11011011 10010111 110 0 11111 1100001 1110 101001 1011111 101100

Color Harmonies of #DB9706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9706

Black with #DB9706

Text Example


Text Example

White with #DB9706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9706; }

 p { color: rgb(219,151,6); }

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

background-color css

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

 a { background-color: rgb(219,151,6); }

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

border-color css

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

 span { border-color: rgb(219,151,6); }

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