Html Css Color HEX #DB9802 Gamboge

📋 copy color: '#DB9802'

red 219 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #DB9802

Tints of Gamboge #DB9802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 58.71%
G = 40.75%
B = 0.54%

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

#DB9802 (or 0xDB9802) is known color: Gamboge. HEX triplet: DB, 98 and 02. RGB value is (219,152,2). Sum of RGB (Red+Green+Blue) = 219+152+2=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9802 is #2467FD. Grayscale: #9B9B9B. Windows color (decimal): -2385918 or 170203. OLE color: 170203.

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

Color convert

RGB 219 152 2 -
CMYK 0 0.31 0.99 0.14
HSL 41.47º 0.98% 0.43% -
HSV(B) 41.47º 0.99% 0.86% -
XYZ 40.45 37.52 5.17 -
YUV 154.93 41.7 173.7 -
System Red Green Blue C M Y K H S L
Decimal 219 152 2 0 0.31 0.99 0.14 41.47 0.98 0.43
Hex DB 98 2 0 1F 63 E 29 62 2B
Octal 333 230 2 0 37 143 16 51 142 53
Binary 11011011 10011000 10 0 11111 1100011 1110 101001 1100010 101011

Color Harmonies of #DB9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9802

Black with #DB9802

Text Example


Text Example

White with #DB9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9802; }

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

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

background-color css

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

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

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

border-color css

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

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

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