Html Css Color HEX #DB9902 Gamboge

📋 copy color: '#DB9902'

red 219 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #DB9902

Tints of Gamboge #DB9902

RGB

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

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

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

R = 58.56%
G = 40.91%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB9902 (or 0xDB9902) is known color: Gamboge. HEX triplet: DB, 99 and 02. RGB value is (219,153,2). Sum of RGB (Red+Green+Blue) = 219+153+2=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9902 is #2466FD. Grayscale: #9C9C9C. Windows color (decimal): -2385662 or 170459. OLE color: 170459.

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

Color convert

RGB 219 153 2 -
CMYK 0 0.30 0.99 0.14
HSL 41.75º 0.98% 0.43% -
HSV(B) 41.75º 0.99% 0.86% -
XYZ 40.62 37.85 5.22 -
YUV 155.52 41.37 173.28 -
System Red Green Blue C M Y K H S L
Decimal 219 153 2 0 0.30 0.99 0.14 41.75 0.98 0.43
Hex DB 99 2 0 1E 63 E 2A 62 2B
Octal 333 231 2 0 36 143 16 52 142 53
Binary 11011011 10011001 10 0 11110 1100011 1110 101010 1100010 101011

Color Harmonies of #DB9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9902

Black with #DB9902

Text Example


Text Example

White with #DB9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9902; }

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

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

background-color css

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

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

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

border-color css

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

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

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