Html Css Color HEX #DB9A06 Gamboge

📋 copy color: '#DB9A06'

red 219 ◦ green 154 ◦ blue 6

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

Shades of Gamboge #DB9A06

Tints of Gamboge #DB9A06

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

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

R = 57.78%
G = 40.63%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB9A06 (or 0xDB9A06) is known color: Gamboge. HEX triplet: DB, 9A and 06. RGB value is (219,154,6). Sum of RGB (Red+Green+Blue) = 219+154+6=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9A06 is #2465F9. Grayscale: #9D9D9D. Windows color (decimal): -2385402 or 432859. OLE color: 432859.

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

Color convert

RGB 219 154 6 -
CMYK 0 0.30 0.97 0.14
HSL 41.69º 0.95% 0.44% -
HSV(B) 41.69º 0.97% 0.86% -
XYZ 40.8 38.18 5.39 -
YUV 156.56 43.03 172.53 -
System Red Green Blue C M Y K H S L
Decimal 219 154 6 0 0.30 0.97 0.14 41.69 0.95 0.44
Hex DB 9A 6 0 1E 61 E 2A 5F 2C
Octal 333 232 6 0 36 141 16 52 137 54
Binary 11011011 10011010 110 0 11110 1100001 1110 101010 1011111 101100

Color Harmonies of #DB9A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A06

Black with #DB9A06

Text Example


Text Example

White with #DB9A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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