Html Css Color HEX #DBA502 Gamboge

📋 copy color: '#DBA502'

red 219 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #DBA502

Tints of Gamboge #DBA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

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

R = 56.74%
G = 42.75%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBA502 (or 0xDBA502) is known color: Gamboge. HEX triplet: DB, A5 and 02. RGB value is (219,165,2). Sum of RGB (Red+Green+Blue) = 219+165+2=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA502 is #245AFD. Grayscale: #A3A3A3. Windows color (decimal): -2382590 or 173531. OLE color: 173531.

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

Color convert

RGB 219 165 2 -
CMYK 0 0.25 0.99 0.14
HSL 45.07º 0.98% 0.43% -
HSV(B) 45.07º 0.99% 0.86% -
XYZ 42.68 41.97 5.91 -
YUV 162.56 37.39 168.25 -
System Red Green Blue C M Y K H S L
Decimal 219 165 2 0 0.25 0.99 0.14 45.07 0.98 0.43
Hex DB A5 2 0 19 63 E 2D 62 2B
Octal 333 245 2 0 31 143 16 55 142 53
Binary 11011011 10100101 10 0 11001 1100011 1110 101101 1100010 101011

Color Harmonies of #DBA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA502

Black with #DBA502

Text Example


Text Example

White with #DBA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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