Html Css Color HEX #DBA602 Gamboge

📋 copy color: '#DBA602'

red 219 ◦ green 166 ◦ blue 2

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

Shades of Gamboge #DBA602

Tints of Gamboge #DBA602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.89%

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

R = 56.59%
G = 42.89%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBA602 (or 0xDBA602) is known color: Gamboge. HEX triplet: DB, A6 and 02. RGB value is (219,166,2). Sum of RGB (Red+Green+Blue) = 219+166+2=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA602 is #2459FD. Grayscale: #A3A3A3. Windows color (decimal): -2382334 or 173787. OLE color: 173787.

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

Color convert

RGB 219 166 2 -
CMYK 0 0.24 0.99 0.14
HSL 45.35º 0.98% 0.43% -
HSV(B) 45.35º 0.99% 0.86% -
XYZ 42.86 42.34 5.97 -
YUV 163.15 37.06 167.84 -
System Red Green Blue C M Y K H S L
Decimal 219 166 2 0 0.24 0.99 0.14 45.35 0.98 0.43
Hex DB A6 2 0 18 63 E 2D 62 2B
Octal 333 246 2 0 30 143 16 55 142 53
Binary 11011011 10100110 10 0 11000 1100011 1110 101101 1100010 101011

Color Harmonies of #DBA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA602

Black with #DBA602

Text Example


Text Example

White with #DBA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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