Html Css Color HEX #DB9102 Gamboge

📋 copy color: '#DB9102'

red 219 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #DB9102

Tints of Gamboge #DB9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

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

R = 59.84%
G = 39.62%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB9102 (or 0xDB9102) is known color: Gamboge. HEX triplet: DB, 91 and 02. RGB value is (219,145,2). Sum of RGB (Red+Green+Blue) = 219+145+2=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9102 is #246EFD. Grayscale: #979797. Windows color (decimal): -2387710 or 168411. OLE color: 168411.

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

Color convert

RGB 219 145 2 -
CMYK 0 0.34 0.99 0.14
HSL 39.54º 0.98% 0.43% -
HSV(B) 39.54º 0.99% 0.86% -
XYZ 39.35 35.32 4.8 -
YUV 150.82 44.02 176.63 -
System Red Green Blue C M Y K H S L
Decimal 219 145 2 0 0.34 0.99 0.14 39.54 0.98 0.43
Hex DB 91 2 0 22 63 E 28 62 2B
Octal 333 221 2 0 42 143 16 50 142 53
Binary 11011011 10010001 10 0 100010 1100011 1110 101000 1100010 101011

Color Harmonies of #DB9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9102

Black with #DB9102

Text Example


Text Example

White with #DB9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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