Html Css Color HEX #DBA402 Gamboge

📋 copy color: '#DBA402'

red 219 ◦ green 164 ◦ blue 2

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

Shades of Gamboge #DBA402

Tints of Gamboge #DBA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.6%

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

R = 56.88%
G = 42.6%
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

#DBA402 (or 0xDBA402) is known color: Gamboge. HEX triplet: DB, A4 and 02. RGB value is (219,164,2). Sum of RGB (Red+Green+Blue) = 219+164+2=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA402 is #245BFD. Grayscale: #A2A2A2. Windows color (decimal): -2382846 or 173275. OLE color: 173275.

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

Color convert

RGB 219 164 2 -
CMYK 0 0.25 0.99 0.14
HSL 44.79º 0.98% 0.43% -
HSV(B) 44.79º 0.99% 0.86% -
XYZ 42.5 41.62 5.85 -
YUV 161.98 37.72 168.67 -
System Red Green Blue C M Y K H S L
Decimal 219 164 2 0 0.25 0.99 0.14 44.79 0.98 0.43
Hex DB A4 2 0 19 63 E 2D 62 2B
Octal 333 244 2 0 31 143 16 55 142 53
Binary 11011011 10100100 10 0 11001 1100011 1110 101101 1100010 101011

Color Harmonies of #DBA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA402

Black with #DBA402

Text Example


Text Example

White with #DBA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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