Html Css Color HEX #DBA901 Gamboge

📋 copy color: '#DBA901'

red 219 ◦ green 169 ◦ blue 1

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

Shades of Gamboge #DBA901

Tints of Gamboge #DBA901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 56.3%
G = 43.44%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBA901 (or 0xDBA901) is known color: Gamboge. HEX triplet: DB, A9 and 01. RGB value is (219,169,1). Sum of RGB (Red+Green+Blue) = 219+169+1=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA901 is #2456FE. Grayscale: #A5A5A5. Windows color (decimal): -2381567 or 109019. OLE color: 109019.

HSL color Cylindrical-coordinate representation of color #DBA901: hue angle of 46.24º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBA901 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 1 -
CMYK 0 0.23 1.00 0.14
HSL 46.24º 0.99% 0.43% -
HSV(B) 46.24º 1% 0.86% -
XYZ 43.41 43.44 6.13 -
YUV 164.8 35.57 166.66 -
System Red Green Blue C M Y K H S L
Decimal 219 169 1 0 0.23 1.00 0.14 46.24 0.99 0.43
Hex DB A9 1 0 17 64 E 2E 63 2B
Octal 333 251 1 0 27 144 16 56 143 53
Binary 11011011 10101001 1 0 10111 1100100 1110 101110 1100011 101011

Color Harmonies of #DBA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA901

Black with #DBA901

Text Example


Text Example

White with #DBA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA901; }

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

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

background-color css

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

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

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

border-color css

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

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

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