Html Css Color HEX #DB9606 Gamboge

📋 copy color: '#DB9606'

red 219 ◦ green 150 ◦ blue 6

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

Shades of Gamboge #DB9606

Tints of Gamboge #DB9606

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 58.4%
G = 40%
B = 1.6%

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

#DB9606 (or 0xDB9606) is known color: Gamboge. HEX triplet: DB, 96 and 06. RGB value is (219,150,6). Sum of RGB (Red+Green+Blue) = 219+150+6=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9606 is #2469F9. Grayscale: #9A9A9A. Windows color (decimal): -2386426 or 431835. OLE color: 431835.

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

Color convert

RGB 219 150 6 -
CMYK 0 0.32 0.97 0.14
HSL 40.56º 0.95% 0.44% -
HSV(B) 40.56º 0.97% 0.86% -
XYZ 40.15 36.89 5.18 -
YUV 154.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 219 150 6 0 0.32 0.97 0.14 40.56 0.95 0.44
Hex DB 96 6 0 20 61 E 29 5F 2C
Octal 333 226 6 0 40 141 16 51 137 54
Binary 11011011 10010110 110 0 100000 1100001 1110 101001 1011111 101100

Color Harmonies of #DB9606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9606

Black with #DB9606

Text Example


Text Example

White with #DB9606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9606; }

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

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

background-color css

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

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

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

border-color css

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

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

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