Html Css Color HEX #DBAB00 Gamboge

📋 copy color: '#DBAB00'

red 219 ◦ green 171 ◦ blue 0

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

Shades of Gamboge #DBAB00

Tints of Gamboge #DBAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.85%

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

R = 56.15%
G = 43.85%
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

#DBAB00 (or 0xDBAB00) is known color: Gamboge. HEX triplet: DB, AB and 00. RGB value is (219,171,0). Sum of RGB (Red+Green+Blue) = 219+171+0=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB00 is #2454FF. Grayscale: #A6A6A6. Windows color (decimal): -2381056 or 43995. OLE color: 43995.

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

Color convert

RGB 219 171 0 -
CMYK 0 0.22 1 0.14
HSL 46.85º 1% 0.43% -
HSV(B) 46.85º 1% 0.86% -
XYZ 43.78 44.19 6.22 -
YUV 165.86 34.4 165.9 -
System Red Green Blue C M Y K H S L
Decimal 219 171 0 0 0.22 1 0.14 46.85 1 0.43
Hex DB AB 0 0 16 64 E 2F 64 2B
Octal 333 253 0 0 26 144 16 57 144 53
Binary 11011011 10101011 0 0 10110 1100100 1110 101111 1100100 101011

Color Harmonies of #DBAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB00

Black with #DBAB00

Text Example


Text Example

White with #DBAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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