Html Css Color HEX #DBA903 Gamboge

📋 copy color: '#DBA903'

red 219 ◦ green 169 ◦ blue 3

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

Shades of Gamboge #DBA903

Tints of Gamboge #DBA903

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

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

R = 56.01%
G = 43.22%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBA903 (or 0xDBA903) is known color: Gamboge. HEX triplet: DB, A9 and 03. RGB value is (219,169,3). Sum of RGB (Red+Green+Blue) = 219+169+3=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA903 is #2456FC. Grayscale: #A5A5A5. Windows color (decimal): -2381565 or 240091. OLE color: 240091.

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

Color convert

RGB 219 169 3 -
CMYK 0 0.23 0.99 0.14
HSL 46.11º 0.97% 0.44% -
HSV(B) 46.11º 0.99% 0.86% -
XYZ 43.42 43.44 6.18 -
YUV 165.03 36.57 166.5 -
System Red Green Blue C M Y K H S L
Decimal 219 169 3 0 0.23 0.99 0.14 46.11 0.97 0.44
Hex DB A9 3 0 17 63 E 2E 61 2C
Octal 333 251 3 0 27 143 16 56 141 54
Binary 11011011 10101001 11 0 10111 1100011 1110 101110 1100001 101100

Color Harmonies of #DBA903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA903

Black with #DBA903

Text Example


Text Example

White with #DBA903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA903; }

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

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

background-color css

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

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

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

border-color css

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

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

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