Html Css Color HEX #DBAA00 Gamboge

📋 copy color: '#DBAA00'

red 219 ◦ green 170 ◦ blue 0

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

Shades of Gamboge #DBAA00

Tints of Gamboge #DBAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.3%
G = 43.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBAA00 (or 0xDBAA00) is known color: Gamboge. HEX triplet: DB, AA and 00. RGB value is (219,170,0). Sum of RGB (Red+Green+Blue) = 219+170+0=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA00 is #2455FF. Grayscale: #A6A6A6. Windows color (decimal): -2381312 or 43739. OLE color: 43739.

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

Color convert

RGB 219 170 0 -
CMYK 0 0.22 1 0.14
HSL 46.58º 1% 0.43% -
HSV(B) 46.58º 1% 0.86% -
XYZ 43.59 43.81 6.16 -
YUV 165.27 34.73 166.32 -
System Red Green Blue C M Y K H S L
Decimal 219 170 0 0 0.22 1 0.14 46.58 1 0.43
Hex DB AA 0 0 16 64 E 2F 64 2B
Octal 333 252 0 0 26 144 16 57 144 53
Binary 11011011 10101010 0 0 10110 1100100 1110 101111 1100100 101011

Color Harmonies of #DBAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA00

Black with #DBAA00

Text Example


Text Example

White with #DBAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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