Html Css Color HEX #DB9602 Gamboge

📋 copy color: '#DB9602'

red 219 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #DB9602

Tints of Gamboge #DB9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

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

R = 59.03%
G = 40.43%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB9602 (or 0xDB9602) is known color: Gamboge. HEX triplet: DB, 96 and 02. RGB value is (219,150,2). Sum of RGB (Red+Green+Blue) = 219+150+2=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9602 is #2469FD. Grayscale: #9A9A9A. Windows color (decimal): -2386430 or 169691. OLE color: 169691.

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

Color convert

RGB 219 150 2 -
CMYK 0 0.32 0.99 0.14
HSL 40.92º 0.98% 0.43% -
HSV(B) 40.92º 0.99% 0.86% -
XYZ 40.13 36.88 5.06 -
YUV 153.76 42.36 174.53 -
System Red Green Blue C M Y K H S L
Decimal 219 150 2 0 0.32 0.99 0.14 40.92 0.98 0.43
Hex DB 96 2 0 20 63 E 29 62 2B
Octal 333 226 2 0 40 143 16 51 142 53
Binary 11011011 10010110 10 0 100000 1100011 1110 101001 1100010 101011

Color Harmonies of #DB9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9602

Black with #DB9602

Text Example


Text Example

White with #DB9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9602; }

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

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

background-color css

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

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

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

border-color css

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

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

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