Html Css Color HEX #DBA302 Gamboge

📋 copy color: '#DBA302'

red 219 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #DBA302

Tints of Gamboge #DBA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

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

R = 57.03%
G = 42.45%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBA302 (or 0xDBA302) is known color: Gamboge. HEX triplet: DB, A3 and 02. RGB value is (219,163,2). Sum of RGB (Red+Green+Blue) = 219+163+2=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA302 is #245CFD. Grayscale: #A2A2A2. Windows color (decimal): -2383102 or 173019. OLE color: 173019.

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

Color convert

RGB 219 163 2 -
CMYK 0 0.26 0.99 0.14
HSL 44.52º 0.98% 0.43% -
HSV(B) 44.52º 0.99% 0.86% -
XYZ 42.32 41.26 5.79 -
YUV 161.39 38.05 169.09 -
System Red Green Blue C M Y K H S L
Decimal 219 163 2 0 0.26 0.99 0.14 44.52 0.98 0.43
Hex DB A3 2 0 1A 63 E 2D 62 2B
Octal 333 243 2 0 32 143 16 55 142 53
Binary 11011011 10100011 10 0 11010 1100011 1110 101101 1100010 101011

Color Harmonies of #DBA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA302

Black with #DBA302

Text Example


Text Example

White with #DBA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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