Html Css Color HEX #DBAA01 Gamboge

📋 copy color: '#DBAA01'

red 219 ◦ green 170 ◦ blue 1

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

Shades of Gamboge #DBAA01

Tints of Gamboge #DBAA01

RGB

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

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

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

R = 56.15%
G = 43.59%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBAA01 (or 0xDBAA01) is known color: Gamboge. HEX triplet: DB, AA and 01. RGB value is (219,170,1). Sum of RGB (Red+Green+Blue) = 219+170+1=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA01 is #2455FE. Grayscale: #A6A6A6. Windows color (decimal): -2381311 or 109275. OLE color: 109275.

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

Color convert

RGB 219 170 1 -
CMYK 0 0.22 1.00 0.14
HSL 46.51º 0.99% 0.43% -
HSV(B) 46.51º 1% 0.86% -
XYZ 43.59 43.81 6.19 -
YUV 165.39 35.23 166.24 -
System Red Green Blue C M Y K H S L
Decimal 219 170 1 0 0.22 1.00 0.14 46.51 0.99 0.43
Hex DB AA 1 0 16 64 E 2F 63 2B
Octal 333 252 1 0 26 144 16 57 143 53
Binary 11011011 10101010 1 0 10110 1100100 1110 101111 1100011 101011

Color Harmonies of #DBAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA01

Black with #DBAA01

Text Example


Text Example

White with #DBAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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