Html Css Color HEX #DBA703 Gamboge

📋 copy color: '#DBA703'

red 219 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #DBA703

Tints of Gamboge #DBA703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 56.3%
G = 42.93%
B = 0.77%

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

#DBA703 (or 0xDBA703) is known color: Gamboge. HEX triplet: DB, A7 and 03. RGB value is (219,167,3). Sum of RGB (Red+Green+Blue) = 219+167+3=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA703 is #2458FC. Grayscale: #A4A4A4. Windows color (decimal): -2382077 or 239579. OLE color: 239579.

HSL color Cylindrical-coordinate representation of color #DBA703: hue angle of 45.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBA703 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 167 3 -
CMYK 0 0.24 0.99 0.14
HSL 45.56º 0.97% 0.44% -
HSV(B) 45.56º 0.99% 0.86% -
XYZ 43.05 42.7 6.06 -
YUV 163.85 37.23 167.34 -
System Red Green Blue C M Y K H S L
Decimal 219 167 3 0 0.24 0.99 0.14 45.56 0.97 0.44
Hex DB A7 3 0 18 63 E 2E 61 2C
Octal 333 247 3 0 30 143 16 56 141 54
Binary 11011011 10100111 11 0 11000 1100011 1110 101110 1100001 101100

Color Harmonies of #DBA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA703

Black with #DBA703

Text Example


Text Example

White with #DBA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA703; }

 p { color: rgb(219,167,3); }

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

background-color css

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

 a { background-color: rgb(219,167,3); }

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

border-color css

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

 span { border-color: rgb(219,167,3); }

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