Html Css Color HEX #DB9905 Gamboge

📋 copy color: '#DB9905'

red 219 ◦ green 153 ◦ blue 5

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

Shades of Gamboge #DB9905

Tints of Gamboge #DB9905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 58.09%
G = 40.58%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB9905 (or 0xDB9905) is known color: Gamboge. HEX triplet: DB, 99 and 05. RGB value is (219,153,5). Sum of RGB (Red+Green+Blue) = 219+153+5=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9905 is #2466FA. Grayscale: #9C9C9C. Windows color (decimal): -2385659 or 367067. OLE color: 367067.

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

Color convert

RGB 219 153 5 -
CMYK 0 0.30 0.98 0.14
HSL 41.5º 0.96% 0.44% -
HSV(B) 41.5º 0.98% 0.86% -
XYZ 40.63 37.85 5.31 -
YUV 155.86 42.87 173.03 -
System Red Green Blue C M Y K H S L
Decimal 219 153 5 0 0.30 0.98 0.14 41.5 0.96 0.44
Hex DB 99 5 0 1E 62 E 29 60 2C
Octal 333 231 5 0 36 142 16 51 140 54
Binary 11011011 10011001 101 0 11110 1100010 1110 101001 1100000 101100

Color Harmonies of #DB9905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9905

Black with #DB9905

Text Example


Text Example

White with #DB9905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9905; }

 p { color: rgb(219,153,5); }

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

background-color css

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

 a { background-color: rgb(219,153,5); }

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

border-color css

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

 span { border-color: rgb(219,153,5); }

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