Html Css Color HEX #DB9803 Gamboge

📋 copy color: '#DB9803'

red 219 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #DB9803

Tints of Gamboge #DB9803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 58.56%
G = 40.64%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB9803 (or 0xDB9803) is known color: Gamboge. HEX triplet: DB, 98 and 03. RGB value is (219,152,3). Sum of RGB (Red+Green+Blue) = 219+152+3=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9803 is #2467FC. Grayscale: #9B9B9B. Windows color (decimal): -2385917 or 235739. OLE color: 235739.

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

Color convert

RGB 219 152 3 -
CMYK 0 0.31 0.99 0.14
HSL 41.39º 0.97% 0.44% -
HSV(B) 41.39º 0.99% 0.86% -
XYZ 40.46 37.52 5.2 -
YUV 155.05 42.2 173.62 -
System Red Green Blue C M Y K H S L
Decimal 219 152 3 0 0.31 0.99 0.14 41.39 0.97 0.44
Hex DB 98 3 0 1F 63 E 29 61 2C
Octal 333 230 3 0 37 143 16 51 141 54
Binary 11011011 10011000 11 0 11111 1100011 1110 101001 1100001 101100

Color Harmonies of #DB9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9803

Black with #DB9803

Text Example


Text Example

White with #DB9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9803; }

 p { color: rgb(219,152,3); }

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

background-color css

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

 a { background-color: rgb(219,152,3); }

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

border-color css

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

 span { border-color: rgb(219,152,3); }

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