Html Css Color HEX #DBAA10 Gamboge

📋 copy color: '#DBAA10'

red 219 ◦ green 170 ◦ blue 16

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

Shades of Gamboge #DBAA10

Tints of Gamboge #DBAA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.98%

 BLUE value IS 16 (6.64% from 255) = 3.95%

R = 54.07%
G = 41.98%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBAA10 (or 0xDBAA10) is known color: Gamboge. HEX triplet: DB, AA and 10. RGB value is (219,170,16). Sum of RGB (Red+Green+Blue) = 219+170+16=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA10 is #2455EF. Grayscale: #A7A7A7. Windows color (decimal): -2381296 or 1092315. OLE color: 1092315.

HSL color Cylindrical-coordinate representation of color #DBAA10: hue angle of 45.52º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBAA10 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 16 -
CMYK 0 0.22 0.93 0.14
HSL 45.52º 0.86% 0.46% -
HSV(B) 45.52º 0.93% 0.86% -
XYZ 43.68 43.85 6.65 -
YUV 167.1 42.73 165.02 -
System Red Green Blue C M Y K H S L
Decimal 219 170 16 0 0.22 0.93 0.14 45.52 0.86 0.46
Hex DB AA 10 0 16 5D E 2E 56 2E
Octal 333 252 20 0 26 135 16 56 126 56
Binary 11011011 10101010 10000 0 10110 1011101 1110 101110 1010110 101110

Color Harmonies of #DBAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA10

Black with #DBAA10

Text Example


Text Example

White with #DBAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA10; }

 p { color: rgb(219,170,16); }

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

background-color css

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

 a { background-color: rgb(219,170,16); }

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

border-color css

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

 span { border-color: rgb(219,170,16); }

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